use of com.mxt.anitrend.util.ApplicationPref in project anitrend-app by AniTrend.
the class AppCompatPreferenceActivity method configureActivity.
protected void configureActivity() {
int style = new ApplicationPref(this).getTheme();
setNavigationStyle(style);
setTheme(style);
}
Aggregations