diff options
author | lado <herrlado@gmail.com> | 2012-01-23 21:30:01 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2012-01-23 21:30:01 +0100 |
commit | 9d1e218e7dfbb3ae7f2c39e8d3b833d0e5093da7 (patch) | |
tree | a3e23fa96fd7055b06c6c670837f4f88d4daf74f /vdrmanager/res/xml/preferences.xml | |
parent | 71001537c241eef1e5c044dfd1accf7f47e67c54 (diff) | |
download | vdr-manager-9d1e218e7dfbb3ae7f2c39e8d3b833d0e5093da7.tar.gz vdr-manager-9d1e218e7dfbb3ae7f2c39e8d3b833d0e5093da7.tar.bz2 |
tmdb button
Diffstat (limited to 'vdrmanager/res/xml/preferences.xml')
-rw-r--r-- | vdrmanager/res/xml/preferences.xml | 7 |
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" |