Skip to content

Instantly share code, notes, and snippets.

@nisrulz
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nisrulz/81bad6867f5d14694590 to your computer and use it in GitHub Desktop.
Save nisrulz/81bad6867f5d14694590 to your computer and use it in GitHub Desktop.
Android : Tint the Navigation Bar
<style name="AppTheme" parent="@style/Theme.AppCompat.Light">
...
<item name="navigationBarColor">#123456</item>
...
<!--Or-->
<item name="android:navigationBarColor" tools:targetApi="21">@android:color/white</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment