summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-30 08:21:13 +0300
committerAndrew Dolgov <[email protected]>2017-05-30 08:21:13 +0300
commitc857f0c62733963bbbb0d609feb82b4ff484ed42 (patch)
tree3766da320c56a7d588e8db43045f1d4632d731cb /org.fox.ttrss/src/main/res/xml
parent1658a915282ab08613bbb4c45f66ec171c8d7c36 (diff)
widget: selectable background color
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index d09d9d8e..c3114eb1 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -196,10 +196,12 @@
android:key="widget_update_interval"
android:title="@string/pref_widget_update_interval" />
- <org.fox.ttrss.util.LessBrokenSwitchPreference
- android:defaultValue="false"
- android:key="widget_dark_mode"
- android:title="@string/pref_widget_dark_background" />
+ <ListPreference
+ android:defaultValue="WB_LIGHT"
+ android:entries="@array/pref_widget_bgs"
+ android:entryValues="@array/pref_widget_bgs_values"
+ android:key="widget_background"
+ android:title="@string/pref_widget_background" />
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="true"