roughike / BottomBar

(Deprecated) A custom view component that mimics the new Material Design Bottom Navigation pattern.
Apache License 2.0
8.41k stars 1.5k forks source link

Changing Unselected Tabs Icon Color #780

Open devpoorya opened 7 years ago

devpoorya commented 7 years ago

When a tab is unselected the icon is gray is there any way to change it?

yombunker commented 7 years ago

@poorya-abbasi does any of this help you?

bb_inActiveTabAlpha the alpha value for inactive tabs, that's used in the tab icons and titles.

bb_activeTabAlpha the alpha value for active tabs, that's used in the tab icons and titles.

bb_inActiveTabColor the color for inactive tabs, that's used in the tab icons and titles.

bb_activeTabColor the color for active tabs, that's used in the tab icons and titles.