Skip to content

Instantly share code, notes, and snippets.

@timmutton
Last active March 1, 2016 21:37
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 timmutton/afd4562548516a6028a3 to your computer and use it in GitHub Desktop.
Save timmutton/afd4562548516a6028a3 to your computer and use it in GitHub Desktop.
Sample Application class that adds day/night support
public class DayNightApplication extends Application {
static {
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_AUTO);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment