roughike / BottomBar

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

Icon color #586

Open yunusmete opened 7 years ago

yunusmete commented 7 years ago

Hi, First of all, I want to thank you for awesome library. And I have a question. Is there any way to display original icon color? I have icon which opens color picker dialog. So I want to display a colorful icon.

Any suggestion?

kaushik1221 commented 7 years ago

I have faced same Issue. Any solution please?

Blo3y commented 6 years ago

Did you find the answer you were looking for? @yunusmete

Blo3y commented 6 years ago

I found the answer! BottomNavigationView bot = (BottomNavigationView) findViewById(R.id.bottom_navigation); bot.setItemIconTintList(null);