summaryrefslogtreecommitdiff
path: root/vdrmanager/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/res/xml/preferences.xml')
-rw-r--r--vdrmanager/res/xml/preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/vdrmanager/res/xml/preferences.xml b/vdrmanager/res/xml/preferences.xml
index 4970c37..c92b1fa 100644
--- a/vdrmanager/res/xml/preferences.xml
+++ b/vdrmanager/res/xml/preferences.xml
@@ -44,6 +44,13 @@
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_show_tmdb_button_key"
+ android:summaryOff="@string/qui_show_tmdb_button_summary_off"
+ android:summaryOn="@string/qui_show_tmdb_button_summary_on"
+ android:title="@string/qui_show_tmdb_button_title" />
+
<CheckBoxPreference android:defaultValue="true"
android:key="@string/qui_quit_on_back_key" android:summaryOff="@string/gui_quit_on_back_summary_off"