summaryrefslogtreecommitdiff
path: root/vdrmanager/res/xml/preferences.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-10-11 01:00:41 +0200
committerlado <herrlado@gmail.com>2011-10-11 01:00:41 +0200
commit43129e282df79662d81442a179604aee32b5235d (patch)
treebec1f206af87a0421a67b3a578519aa69d2d775c /vdrmanager/res/xml/preferences.xml
parentf261af148861a578adc35eebe5b7778a04a68769 (diff)
downloadvdr-manager-43129e282df79662d81442a179604aee32b5235d.tar.gz
vdr-manager-43129e282df79662d81442a179604aee32b5235d.tar.bz2
backbutton option, enable disable quitting the app
Diffstat (limited to 'vdrmanager/res/xml/preferences.xml')
-rw-r--r--vdrmanager/res/xml/preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/vdrmanager/res/xml/preferences.xml b/vdrmanager/res/xml/preferences.xml
index a8578b2..1f54c26 100644
--- a/vdrmanager/res/xml/preferences.xml
+++ b/vdrmanager/res/xml/preferences.xml
@@ -78,6 +78,12 @@
android:title="@string/gui_enable_24h_format_title"
android:summaryOn="@string/gui_enable_24h_format_summary_on"
android:summaryOff="@string/gui_enable_24h_format_summary_off" />
+
+ <CheckBoxPreference android:key="@string/qui_quit_on_back_key"
+ android:title="@string/gui_quit_on_back_title"
+ android:summaryOn="@string/gui_quit_on_back_summary_on"
+ android:summaryOff="@string/gui_quit_on_back_summary_off"
+ android:defaultValue="true" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/livetv">
<EditTextPreference android:key="streamingport"