Skip to content

Instantly share code, notes, and snippets.

@davidelp68
Created January 2, 2022 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidelp68/02eb38b37d0c097335ebc572579ac545 to your computer and use it in GitHub Desktop.
Save davidelp68/02eb38b37d0c097335ebc572579ac545 to your computer and use it in GitHub Desktop.
Android Studio - Night/Day
//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