android / user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Apache License 2.0
4.38k stars 1.64k forks source link

Navigation Bar is still Bright White on Android 10 :( :( #134

Open Fever905 opened 4 years ago

Fever905 commented 4 years ago

This has been making me crazy for months. So finally I installed sync'd the Dark Theme repo inside my Android studio and compiled it down to an APK file. I thought finally I will be able to solve me issue of this bright white/gray navigation bar when everything else is dark. But alas, I'm wrong! What is going on with this and why can't my Navigation bar match the theme and go dark? I notice some apps are able to do this but I can't figure it out, and now that I'm using Google's very own code examples it just proves more frustrating.

See screenshot.

Screenshot_20200220_144513_com example android darktheme

akbasemre commented 4 years ago

If the application backgrounds are also dark, can you contact me? Please e mail : ee.akbas90@gmail.com

Fever905 commented 4 years ago

Thanks, I emailed you. Maybe we can chat on gist

gcantoni commented 4 years ago

Hello,

Have you tried adding this item to your

App Theme Night styles?

<item name="android:navigationBarColor">@color/theme_color</item>