summaryrefslogtreecommitdiff
path: root/vdrmanager/res/xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2012-01-25 00:35:11 +0100
committerlado <herrlado@gmail.com>2012-01-25 00:35:11 +0100
commit1cb716ecb5bc0750715dc6bc9e069b84a1823b31 (patch)
tree70fa6ef0cddfaeb466a228e085e799228800e308 /vdrmanager/res/xml
parentd9efb2dae533bffc8e4aa57e28118c97072ad923 (diff)
downloadvdr-manager-1cb716ecb5bc0750715dc6bc9e069b84a1823b31.tar.gz
vdr-manager-1cb716ecb5bc0750715dc6bc9e069b84a1823b31.tar.bz2
beter handling of recent channels
Diffstat (limited to 'vdrmanager/res/xml')
-rw-r--r--vdrmanager/res/xml/preferences.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/vdrmanager/res/xml/preferences.xml b/vdrmanager/res/xml/preferences.xml
index c92b1fa..8a819dd 100644
--- a/vdrmanager/res/xml/preferences.xml
+++ b/vdrmanager/res/xml/preferences.xml
@@ -20,12 +20,21 @@
android:summary="@string/gui_channels_show_channel_numbers_summary"
android:title="@string/gui_channels_show_channel_numbers_title" />
+
+ <EditTextPreference android:defaultValue="10"
+ android:key="@string/gui_max_recent_channels_key" android:inputType="number"
+ android:summary="@string/gui_max_recent_channels_summary"
+ android:title="@string/gui_max_recent_channels_title" />
+
+
<CheckBoxPreference android:key="@string/gui_enable_24h_format_key"
android:defaultValue="true"
android:summaryOff="@string/gui_enable_24h_format_summary_off"
android:summaryOn="@string/gui_enable_24h_format_summary_on"
android:title="@string/gui_enable_24h_format_title" />
+
+
<CheckBoxPreference android:defaultValue="true"
android:key="@string/qui_show_imdb_button_key" android:summaryOff="@string/qui_show_imdb_button_summary_off"
android:summaryOn="@string/qui_show_imdb_button_summary_on"