草庐IT

thiagolocatelli

全部标签

android - 更改 Android UI 表库中的背景(thiagolocatelli)

我正在尝试找到一种方法来更改Android库的背景,例如:1.排深灰色;2.排灰色;3.排深灰色;4.排灰等但是没有用。我试过:if(mIndexController%2==1){itemContainer.setBackgroundColor(R.color.grey);viewsContainer.setBackgroundColor(R.color.grey);}else{itemContainer.setBackgroundColor(R.color.darkgrey);viewsContainer.setBackgroundColor(R.color.darkgrey);}在