Created
January 2, 2022 10:07
-
-
Save davidelp68/e7e93628ed4a2dea61863c4e272d496d 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 chiaro | |
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment