2017-09-03 03:04:18 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-02-08 17:33:35 -06:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2017-09-03 03:04:18 -03:00
|
|
|
android:title="@string/settings_category_video_audio_title">
|
|
|
|
|
|
|
|
<ListPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2017-09-03 03:04:18 -03:00
|
|
|
android:defaultValue="@string/default_resolution_value"
|
|
|
|
android:entries="@array/resolution_list_description"
|
|
|
|
android:entryValues="@array/resolution_list_values"
|
|
|
|
android:key="@string/default_resolution_key"
|
|
|
|
android:summary="%s"
|
|
|
|
android:title="@string/default_resolution_title"/>
|
|
|
|
|
|
|
|
<ListPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2017-09-03 03:04:18 -03:00
|
|
|
android:defaultValue="@string/default_popup_resolution_value"
|
|
|
|
android:entries="@array/resolution_list_description"
|
|
|
|
android:entryValues="@array/resolution_list_values"
|
|
|
|
android:key="@string/default_popup_resolution_key"
|
|
|
|
android:summary="%s"
|
|
|
|
android:title="@string/default_popup_resolution_title"/>
|
|
|
|
|
2018-04-21 12:35:04 -04:00
|
|
|
<ListPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2018-04-21 12:35:04 -04:00
|
|
|
android:defaultValue="@string/limit_mobile_data_usage_value"
|
|
|
|
android:entries="@array/limit_data_usage_description_list"
|
|
|
|
android:entryValues="@array/limit_data_usage_values_list"
|
|
|
|
android:key="@string/limit_mobile_data_usage_key"
|
|
|
|
android:summary="%s"
|
|
|
|
android:title="@string/limit_mobile_data_usage_title" />
|
|
|
|
|
2017-09-03 03:04:18 -03:00
|
|
|
<SwitchPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2017-09-03 03:04:18 -03:00
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/show_higher_resolutions_key"
|
|
|
|
android:summary="@string/show_higher_resolutions_summary"
|
|
|
|
android:title="@string/show_higher_resolutions_title"/>
|
|
|
|
|
|
|
|
<ListPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2017-09-03 03:04:18 -03:00
|
|
|
android:defaultValue="@string/default_video_format_value"
|
|
|
|
android:entries="@array/video_format_description_list"
|
|
|
|
android:entryValues="@array/video_format_values_list"
|
|
|
|
android:key="@string/default_video_format_key"
|
|
|
|
android:summary="%s"
|
|
|
|
android:title="@string/default_video_format_title"/>
|
|
|
|
|
|
|
|
<ListPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2017-09-03 03:04:18 -03:00
|
|
|
android:defaultValue="@string/default_audio_format_value"
|
|
|
|
android:entries="@array/audio_format_description_list"
|
|
|
|
android:entryValues="@array/audio_format_values_list"
|
|
|
|
android:key="@string/default_audio_format_key"
|
|
|
|
android:summary="%s"
|
2018-04-21 12:35:04 -04:00
|
|
|
android:title="@string/default_audio_format_title" />
|
2017-09-03 03:04:18 -03:00
|
|
|
|
|
|
|
<PreferenceCategory
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2017-09-03 03:04:18 -03:00
|
|
|
android:layout="@layout/settings_category_header_layout"
|
|
|
|
android:title="@string/settings_category_player_title">
|
|
|
|
|
|
|
|
<SwitchPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2017-09-03 03:04:18 -03:00
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/use_external_video_player_key"
|
|
|
|
android:summary="@string/use_external_video_player_summary"
|
|
|
|
android:title="@string/use_external_video_player_title"/>
|
|
|
|
|
|
|
|
<SwitchPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2017-09-03 03:04:18 -03:00
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/use_external_audio_player_key"
|
|
|
|
android:title="@string/use_external_audio_player_title"/>
|
|
|
|
|
|
|
|
<SwitchPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2017-09-03 03:04:18 -03:00
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/show_play_with_kodi_key"
|
|
|
|
android:summary="@string/show_play_with_kodi_summary"
|
|
|
|
android:title="@string/show_play_with_kodi_title"/>
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
android:layout="@layout/settings_category_header_layout"
|
|
|
|
android:title="@string/settings_category_player_behavior_title">
|
|
|
|
|
2018-01-22 22:40:00 -02:00
|
|
|
<ListPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2018-02-14 19:33:43 +01:00
|
|
|
android:defaultValue="@string/preferred_open_action_default"
|
|
|
|
android:entries="@array/preferred_open_action_description_list"
|
|
|
|
android:entryValues="@array/preferred_open_action_values_list"
|
|
|
|
android:key="@string/preferred_open_action_key"
|
2018-04-07 15:36:52 -03:00
|
|
|
android:summary="@string/preferred_open_action_settings_summary"
|
|
|
|
android:title="@string/preferred_open_action_settings_title"/>
|
2018-01-22 22:40:00 -02:00
|
|
|
|
2018-06-03 14:09:16 -07:00
|
|
|
<ListPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2018-06-03 14:09:16 -07:00
|
|
|
android:defaultValue="@string/minimize_on_exit_value"
|
|
|
|
android:entries="@array/minimize_on_exit_action_description"
|
|
|
|
android:entryValues="@array/minimize_on_exit_action_key"
|
|
|
|
android:key="@string/minimize_on_exit_key"
|
|
|
|
android:summary="@string/minimize_on_exit_summary"
|
|
|
|
android:title="@string/minimize_on_exit_title"/>
|
|
|
|
|
2018-11-13 17:30:04 +01:00
|
|
|
<SwitchPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2018-11-13 17:30:04 +01:00
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/auto_queue_key"
|
|
|
|
android:summary="@string/auto_queue_summary"
|
|
|
|
android:title="@string/auto_queue_title"/>
|
|
|
|
|
2017-09-03 03:04:18 -03:00
|
|
|
<SwitchPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2017-09-03 03:04:18 -03:00
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/resume_on_audio_focus_gain_key"
|
|
|
|
android:summary="@string/resume_on_audio_focus_gain_summary"
|
|
|
|
android:title="@string/resume_on_audio_focus_gain_title"/>
|
|
|
|
|
|
|
|
<SwitchPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2017-09-03 03:04:18 -03:00
|
|
|
android:defaultValue="true"
|
2018-08-31 19:30:40 +05:30
|
|
|
android:key="@string/volume_gesture_control_key"
|
|
|
|
android:summary="@string/volume_gesture_control_summary"
|
|
|
|
android:title="@string/volume_gesture_control_title"/>
|
|
|
|
|
|
|
|
<SwitchPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2018-08-31 19:30:40 +05:30
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="@string/brightness_gesture_control_key"
|
|
|
|
android:summary="@string/brightness_gesture_control_summary"
|
|
|
|
android:title="@string/brightness_gesture_control_title"/>
|
2017-09-03 03:04:18 -03:00
|
|
|
|
|
|
|
<SwitchPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2017-09-03 03:04:18 -03:00
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="@string/popup_remember_size_pos_key"
|
|
|
|
android:summary="@string/popup_remember_size_pos_summary"
|
|
|
|
android:title="@string/popup_remember_size_pos_title"/>
|
|
|
|
|
2018-03-03 14:24:21 -08:00
|
|
|
<SwitchPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2018-03-03 14:24:21 -08:00
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/use_inexact_seek_key"
|
|
|
|
android:summary="@string/use_inexact_seek_summary"
|
|
|
|
android:title="@string/use_inexact_seek_title"/>
|
2019-10-21 15:40:33 +02:00
|
|
|
|
|
|
|
<ListPreference
|
|
|
|
app:iconSpaceReserved="false"
|
2019-12-12 19:15:15 +01:00
|
|
|
android:defaultValue="@string/seek_duration_default_value"
|
2019-10-21 15:40:33 +02:00
|
|
|
android:entries="@array/seek_duration_description"
|
|
|
|
android:entryValues="@array/seek_duration_value"
|
|
|
|
android:key="@string/seek_duration_key"
|
|
|
|
android:summary="%s"
|
|
|
|
android:title="@string/seek_duration_title"/>
|
2017-09-03 03:04:18 -03:00
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|