2016-09-26 65 views
1

激活的色圖標,我可以用這個代碼更改活動顏色:如何改變BottomBar

bottomBar.setActiveTabColor 

但我不知道如何改變激活的色。我正在尋找很多東西,但我找不到辦法。

回答

0

當您使用Roughike's bottombar,你可以設置爲的backgroundColor pecific標籤使用以下行:

bottomBar.getTabAtPosition(0).setBackgroundColor(backgroundColorInt); 

當您使用此行多次爲每個標籤,就可以改變整個標籤的backgroundColor。