Skip to content

Instantly share code, notes, and snippets.

@chrisbanes
Last active May 6, 2022 03:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save chrisbanes/c099fc8be380214549245f2e42c382a2 to your computer and use it in GitHub Desktop.
Save chrisbanes/c099fc8be380214549245f2e42c382a2 to your computer and use it in GitHub Desktop.
edge_to_edge_legacy_theme
<!-- 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