With my app theme I show a colored navigation bar (the one at the bottom of the screen with back button) by using this attribute
<item name="android:navigationBarColor">@color/theme_color</item>
When the soft keyboard comes up, the color turns into black. I'd like to keep my theme color.