diff options
author | lado <herrlado@gmail.com> | 2013-02-24 23:07:51 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2013-02-24 23:07:51 +0100 |
commit | 1e97f93da09d726a746670fe23e21b457327d4d3 (patch) | |
tree | b22b3b5e9a68adc431575d4764bd7cc3c8ea2e5d /vdrmanager | |
parent | 9e22d5c473f6f0114111f104cb9ec89cae22a6ee (diff) | |
download | vdr-manager-1e97f93da09d726a746670fe23e21b457327d4d3.tar.gz vdr-manager-1e97f93da09d726a746670fe23e21b457327d4d3.tar.bz2 |
Feature #1258
Diffstat (limited to 'vdrmanager')
-rw-r--r-- | vdrmanager/res/xml/preferences.xml | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/vdrmanager/res/xml/preferences.xml b/vdrmanager/res/xml/preferences.xml index dffe0ab..d3ef144 100644 --- a/vdrmanager/res/xml/preferences.xml +++ b/vdrmanager/res/xml/preferences.xml @@ -11,7 +11,7 @@ </PreferenceScreen> </PreferenceCategory> - + <PreferenceCategory android:key="gui_preferences" android:title="@string/gui_preferences"> @@ -20,12 +20,21 @@ android:summary="@string/gui_channels_show_channel_numbers_summary" android:title="@string/gui_channels_show_channel_numbers_title" /> - + <EditTextPreference android:defaultValue="10" android:key="@string/gui_max_recent_channels_key" android:inputType="number" android:summary="@string/gui_max_recent_channels_summary" android:title="@string/gui_max_recent_channels_title" /> - + + <ListPreference + android:key="gui_recent_channels_order" + android:defaultValue="most" + android:entries="@array/recent_channels_order_entries" + android:entryValues="@array/recent_channels_order_entry_values" + android:summary="@string/gui_recent_channels_order_summary" + android:title="@string/gui_recent_channels_order_title" /> + + <CheckBoxPreference android:key="@string/gui_enable_24h_format_key" android:defaultValue="true" @@ -52,14 +61,14 @@ 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_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" @@ -71,12 +80,12 @@ android:key="@string/gui_custom_locale_key" android:summary="@string/gui_custom_locale_sum" android:title="@string/gui_custom_locale_title" /> </PreferenceCategory> - - + + <Preference android:key="@string/settings_backup_key" android:persistent="false" android:summary="@string/settings_backup_summary" android:title="@string/settings_backup" /> - + </PreferenceScreen>
\ No newline at end of file |