Created
January 3, 2022 08:18
-
-
Save davidelp68/cf475c8e29ab5103aa57f761806bac4b to your computer and use it in GitHub Desktop.
Android Studio - Night/Day
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
val mode = AppCompatDelegate.getDefaultNightMode() | |
sharedPrefsEdit.putInt("NightMode", mode) | |
sharedPrefsEdit.apply() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment