Pensée Absurde
Pensée Absurde

Reputation: 1345

Change Android native bottom navigation color?

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,

enter image description here

Upvotes: 1

Views: 217

Answers (1)

MrFisherman
MrFisherman

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

Related Questions