simplify theme handling
This commit is contained in:
parent
92ae463b38
commit
f08efec0b6
11 changed files with 24 additions and 129 deletions
|
|
@ -12,13 +12,6 @@
|
|||
android:summary="%s"
|
||||
android:title="@string/pref_title_app_theme" />
|
||||
|
||||
<ListPreference
|
||||
android:entries="@array/app_theme_flavor_names"
|
||||
android:entryValues="@array/app_theme_flavor_values"
|
||||
android:key="appThemeFlavor"
|
||||
android:summary="%s"
|
||||
android:title="@string/pref_title_app_theme_flavor" />
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue="medium"
|
||||
android:entries="@array/status_text_size_names"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue