Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Bottom Navigation bar color changes to black after adding com.google.android.material

I just added com.google.android.material into my project , Bottom Navigation Bar color changes to Black. Screenshots are here

Before enter image description here

After adding com.google.android.material:material:1.1.0

enter image description here

like image 705
CLIFFORD P Y Avatar asked Oct 11 '25 17:10

CLIFFORD P Y


1 Answers

Issue solved reference

I changed AppTheme to Theme.MaterialComponents.DayNight

Theme.MaterialComponents 
Theme.MaterialComponents.NoActionBar
Theme.MaterialComponents.Light
Theme.MaterialComponents.Light.NoActionBar
Theme.MaterialComponents.Light.DarkActionBar
Theme.MaterialComponents.DayNight
Theme.MaterialComponents.DayNight.NoActionBar
Theme.MaterialComponents.DayNight.DarkActionBar

Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!