diff options
author | lado <herrlado@gmail.com> | 2014-12-29 21:05:59 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2014-12-29 21:05:59 +0100 |
commit | 6dcead1f7ad58be52e4c155942b651ad6f2c4e70 (patch) | |
tree | ea820e9a02acd153c33a235b3e136b03f2619ea3 /vdrmanager/res/xml/vdr_prefs.xml | |
parent | 4119f8234452ad9fa01cd4950b31a3408e5b30c0 (diff) | |
download | vdr-manager-6dcead1f7ad58be52e4c155942b651ad6f2c4e70.tar.gz vdr-manager-6dcead1f7ad58be52e4c155942b651ad6f2c4e70.tar.bz2 |
smarttvweb and compat lib. removed actionbar sherloch
Diffstat (limited to 'vdrmanager/res/xml/vdr_prefs.xml')
-rw-r--r-- | vdrmanager/res/xml/vdr_prefs.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vdrmanager/res/xml/vdr_prefs.xml b/vdrmanager/res/xml/vdr_prefs.xml index 4cbd861..1135eab 100644 --- a/vdrmanager/res/xml/vdr_prefs.xml +++ b/vdrmanager/res/xml/vdr_prefs.xml @@ -176,6 +176,23 @@ android:key="key_live_port" android:summary="@string/settings_live_port_summary" android:title="@string/settings_live_port" /> + + + <ListPreference + android:dependency="key_rec_stream_enable" + android:entries="@array/recstream_smarttvweb_entries" + android:entryValues="@array/recstream_smarttvweb_entry_values" + android:key="key_smarttvweb_recstream_method" + android:summary="@string/recstream_smarttvweb_method_summary" + android:title="@string/recstream_smarttvweb_method_title" /> + + <EditTextPreference + android:defaultValue="8000" + android:dependency="key_rec_stream_enable" + android:inputType="number" + android:key="key_smarttvweb_port" + android:summary="@string/settings_smarttvweb_port_summary" + android:title="@string/settings_smarttvweb_port" /> </PreferenceCategory> <PreferenceScreen android:title="Advanced" > |