Android: how to change the color of the navigation bar when an on-screen key is displayed?

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.

+4
source share

Source: https://habr.com/ru/post/1627649/


All Articles