diff options
author | lado <herrlado@gmail.com> | 2012-01-22 15:21:28 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2012-01-22 15:21:28 +0100 |
commit | 72ccd948f28c90074b17a0fd7061a1d8f9917297 (patch) | |
tree | 43b2644d6518f0143ea7df155fde56f8b08d824f /vdrmanager/res/xml | |
parent | 717d466225e428e5e74ec2bfa88b90163fe85893 (diff) | |
download | vdr-manager-72ccd948f28c90074b17a0fd7061a1d8f9917297.tar.gz vdr-manager-72ccd948f28c90074b17a0fd7061a1d8f9917297.tar.bz2 |
added omdb.org
Diffstat (limited to 'vdrmanager/res/xml')
-rw-r--r-- | vdrmanager/res/xml/preferences.xml | 6 |
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" |