In my application theme, I show a colored navigation bar (the one at the bottom of the screen with the back button) using this attribute
<item name="android:navigationBarColor">@color/theme_color</item>
When a soft keyboard appears, the color turns black. I would like to keep my theme color.
source
share