Last active
December 5, 2023 01:17
-
-
Save CostaFot/5e9c287aef5a37576f4b13b61a6ffb12 to your computer and use it in GitHub Desktop.
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
// don't do this :( | |
<item name="android:statusBarColor">....</item> | |
<item name="android:navigationBarColor">.....</item> | |
<item name="android:windowLightStatusBar">....</item> | |
<item name="android:windowLightNavigationBar">.....</item> | |
//.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment