summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/arrays.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/values/arrays.xml
parent1658a915282ab08613bbb4c45f66ec171c8d7c36 (diff)
widget: selectable background color
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/arrays.xml')
-rw-r--r--org.fox.ttrss/src/main/res/values/arrays.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values/arrays.xml b/org.fox.ttrss/src/main/res/values/arrays.xml
index 92cbefa9..fbb16985 100644
--- a/org.fox.ttrss/src/main/res/values/arrays.xml
+++ b/org.fox.ttrss/src/main/res/values/arrays.xml
@@ -37,4 +37,14 @@
<item>45</item>
<item>60</item>
</string-array>
+ <string-array name="pref_widget_bgs_values" translatable="false">
+ <item>WB_LIGHT</item>
+ <item>WB_DARK</item>
+ <item>WB_TRANSPARENT</item>
+ </string-array>
+ <string-array name="pref_widget_bgs">
+ <item>@string/widget_background_light</item>
+ <item>@string/widget_background_dark</item>
+ <item>@string/widget_background_transparent</item>
+ </string-array>
</resources> \ No newline at end of file