diff options
Diffstat (limited to 'vdrmanager/res/xml')
-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 |