final boolean active = (getApplicationContext().getResources().getConfiguration().uiMode
& Configuration.UI_MODE_NIGHT_YES)!= 0;
active 为true 就是深色主题
final boolean active = (getApplicationContext().getResources().getConfiguration().uiMode
& Configuration.UI_MODE_NIGHT_YES)!= 0;
active 为true 就是深色主题