From 43129e282df79662d81442a179604aee32b5235d Mon Sep 17 00:00:00 2001 From: lado Date: Tue, 11 Oct 2011 01:00:41 +0200 Subject: backbutton option, enable disable quitting the app --- vdrmanager/res/values/preferences.xml | 5 ++++- vdrmanager/res/xml/preferences.xml | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'vdrmanager/res') diff --git a/vdrmanager/res/values/preferences.xml b/vdrmanager/res/values/preferences.xml index 3a3402f..16737ef 100644 --- a/vdrmanager/res/values/preferences.xml +++ b/vdrmanager/res/values/preferences.xml @@ -76,6 +76,9 @@ key_channels_show_channel_numbers Show channel numbers Show channel numbers in the channel list. - + key_gui_quit_on_back + Quit on back button + Back button quits the VDR-Manager + Back button does not quit VDR-Manager 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" /> + +