Navigation Bar Color API 21
suggest changeThis attribute is used to change the navigation bar (one, that contain Back, Home Recent button). Usually it is black, however it’s color can be changed.
<style name="AppTheme" parent="Theme.AppCompat">
<item name="android:navigationBarColor">@color/my_color</item>
</style>
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents