Reputation: 1345
i want to change the color of the native bottom navigation of android phones. Like in the image bellow, it's fully dark. Is this actually possible ? And if yes, how can i do this ?
Thank you,
Upvotes: 1
Views: 217
Reputation: 738
Here is answer for you: https://stackoverflow.com/a/27839184/10802597, you have to use
<item name="android:navigationBarColor">@color/theme_color</item>
in styles.xml
Cheers :)
Upvotes: 3