summaryrefslogtreecommitdiff
path: root/vdrmanager/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/res/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 6bdade0..824522a 100644
--- a/vdrmanager/res/xml/preferences.xml
+++ b/vdrmanager/res/xml/preferences.xml
@@ -38,6 +38,12 @@
android:key="@string/qui_imdb_url_key" android:summaryOn="@string/qui_imdb_url_summary"
android:title="@string/qui_imdb_url_title" />
+ <CheckBoxPreference android:defaultValue="false"
+ android:key="@string/qui_show_omdb_button_key" android:summaryOff="@string/qui_show_omdb_button_summary_off"
+ android:summaryOn="@string/qui_show_omdb_button_summary_on"
+ android:title="@string/qui_show_omdb_button_title" />
+
+
<CheckBoxPreference android:defaultValue="true"
android:key="@string/qui_quit_on_back_key" android:summaryOff="@string/gui_quit_on_back_summary_off"
android:summaryOn="@string/gui_quit_on_back_summary_on"