Last active
May 6, 2022 03:48
-
-
Save chrisbanes/c099fc8be380214549245f2e42c382a2 to your computer and use it in GitHub Desktop.
edge_to_edge_legacy_theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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