public interface ThemeHelper
| Modifier and Type | Method and Description |
|---|---|
ThemeHelper |
loadTheme()
Loads current theme and applies it to activity
Need to be called before activity super.onCreate
|
void |
saveTheme(int themeRes) |
ThemeHelper loadTheme()
void saveTheme(int themeRes)