Skip to content

Instantly share code, notes, and snippets.

@ShwetaChauhan18
Created January 25, 2020 16:59
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 ShwetaChauhan18/dea9b08a00d8264e39309da460247830 to your computer and use it in GitHub Desktop.
Save ShwetaChauhan18/dea9b08a00d8264e39309da460247830 to your computer and use it in GitHub Desktop.
<!-- values/themes.xml -->
<style name="Theme.MyApp">
<item name="android:navigationBarColor">
#B3FFFFFF
</item>
</style>
<!-- values-night/themes.xml -->
<style name="Theme.MyApp">
<item name="android:navigationBarColor">
#B3000000
</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment