aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/xml/preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index d3404a2e1..2ca6ce1e9 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -22,6 +22,13 @@
android:summary="@string/pref_theme_options_summary"
android:title="@string/pref_theme_options" />
<ListPreference
+ android:defaultValue="@string/theme_color"
+ android:entries="@array/themecolors"
+ android:entryValues="@array/themecolor_values"
+ android:key="theme_color"
+ android:summary="@string/pref_theme_color_options_summary"
+ android:title="@string/pref_theme_color_options" />
+ <ListPreference
android:defaultValue="@string/default_font_size"
android:entries="@array/font_size_entries"
android:entryValues="@array/font_size_entry_values"