Changed DropDownPreference to ListPreference
This commit is contained in:
parent
0fb3402e39
commit
b7b92b9df5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<DropDownPreference
|
||||
<ListPreference
|
||||
app:defaultValue="Original"
|
||||
app:entries="@array/video_quality_labels"
|
||||
app:entryValues="@array/video_quality"
|
||||
|
@ -8,7 +8,7 @@
|
|||
app:summary="@string/preferred_quality"
|
||||
app:title="@string/quality" />
|
||||
|
||||
<SwitchPreference
|
||||
<SwitchPreferenceCompat
|
||||
app:key="pref_player_display_extended_title"
|
||||
app:summary="@string/display_extended_title_summary"
|
||||
app:title="@string/display_extended_title" />
|
||||
|
|
Loading…
Reference in a new issue