Created
January 2, 2022 10:14
-
-
Save davidelp68/02eb38b37d0c097335ebc572579ac545 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
//Imposta il tema in base all'attivazione della modalità risparmio energia | |
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_AUTO_BATTERY) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment