aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-11-15 21:30:32 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-11-15 21:30:32 +0100
commit78c85da03cb0c8336db9b910fae3c499ebae5f0a (patch)
treeffc184636ed805d7c413c5b66da451e46209845b /src/main/res/xml/preferences.xml
parentba225074d5dc89173b8058660535d417c156de2e (diff)
introduce new orange theme color
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-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"