summaryrefslogtreecommitdiff
path: root/vdrmanager/res/values/arrays.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2014-12-29 21:05:59 +0100
committerlado <herrlado@gmail.com>2014-12-29 21:05:59 +0100
commit6dcead1f7ad58be52e4c155942b651ad6f2c4e70 (patch)
treeea820e9a02acd153c33a235b3e136b03f2619ea3 /vdrmanager/res/values/arrays.xml
parent4119f8234452ad9fa01cd4950b31a3408e5b30c0 (diff)
downloadvdr-manager-6dcead1f7ad58be52e4c155942b651ad6f2c4e70.tar.gz
vdr-manager-6dcead1f7ad58be52e4c155942b651ad6f2c4e70.tar.bz2
smarttvweb and compat lib. removed actionbar sherloch
Diffstat (limited to 'vdrmanager/res/values/arrays.xml')
-rw-r--r--vdrmanager/res/values/arrays.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/vdrmanager/res/values/arrays.xml b/vdrmanager/res/values/arrays.xml
index 6fb2fea..4f68ddd 100644
--- a/vdrmanager/res/values/arrays.xml
+++ b/vdrmanager/res/values/arrays.xml
@@ -32,13 +32,19 @@
<string-array name="recstream_entry_values">
<item>vdr-live</item>
<item>vdr-streamdev</item>
+ <item>vdr-smarttvweb</item>
</string-array>
<string-array name="recent_channels_order_entry_values">
<item>most</item>
<item>last</item>
</string-array>
-
+ <array name="recstream_smarttvweb_entry_values">
+ <item>progressive</item>
+ <item>has</item>
+ <item>hls</item>
+ </array>
+