Skip to content

Instantly share code, notes, and snippets.

@davidelp68
Created January 2, 2022 10:09
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/d5b171a253946ad9e910da07a6c33c1e to your computer and use it in GitHub Desktop.
Save davidelp68/d5b171a253946ad9e910da07a6c33c1e to your computer and use it in GitHub Desktop.
Android Studio - Night/Day
//Imposta il tema in base all'impostazione di sistema
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_FOLLOW_SYSTEM)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment