|
8 | 8 | android:entries="@array/resolution_list_description" |
9 | 9 | android:entryValues="@array/resolution_list_values" |
10 | 10 | android:key="@string/default_resolution_key" |
11 | | - android:summary="%s" |
12 | 11 | android:title="@string/default_resolution_title" |
13 | 12 | app:singleLineTitle="false" |
14 | | - app:iconSpaceReserved="false" /> |
| 13 | + app:iconSpaceReserved="false" |
| 14 | + app:useSimpleSummaryProvider="true" /> |
15 | 15 |
|
16 | 16 | <ListPreference |
17 | 17 | android:defaultValue="@string/default_popup_resolution_value" |
18 | 18 | android:entries="@array/resolution_list_description" |
19 | 19 | android:entryValues="@array/resolution_list_values" |
20 | 20 | android:key="@string/default_popup_resolution_key" |
21 | | - android:summary="%s" |
22 | 21 | android:title="@string/default_popup_resolution_title" |
23 | 22 | app:singleLineTitle="false" |
24 | | - app:iconSpaceReserved="false" /> |
| 23 | + app:iconSpaceReserved="false" |
| 24 | + app:useSimpleSummaryProvider="true" /> |
25 | 25 |
|
26 | 26 | <ListPreference |
27 | 27 | android:defaultValue="@string/limit_mobile_data_usage_value" |
28 | 28 | android:entries="@array/limit_data_usage_description_list" |
29 | 29 | android:entryValues="@array/limit_data_usage_values_list" |
30 | 30 | android:key="@string/limit_mobile_data_usage_key" |
31 | | - android:summary="%s" |
32 | 31 | android:title="@string/limit_mobile_data_usage_title" |
33 | 32 | app:singleLineTitle="false" |
34 | | - app:iconSpaceReserved="false" /> |
| 33 | + app:iconSpaceReserved="false" |
| 34 | + app:useSimpleSummaryProvider="true" /> |
35 | 35 |
|
36 | 36 | <SwitchPreferenceCompat |
37 | 37 | android:defaultValue="false" |
|
46 | 46 | android:entries="@array/video_format_description_list" |
47 | 47 | android:entryValues="@array/video_format_values_list" |
48 | 48 | android:key="@string/default_video_format_key" |
49 | | - android:summary="%s" |
50 | 49 | android:title="@string/default_video_format_title" |
51 | 50 | app:singleLineTitle="false" |
52 | | - app:iconSpaceReserved="false" /> |
| 51 | + app:iconSpaceReserved="false" |
| 52 | + app:useSimpleSummaryProvider="true" /> |
53 | 53 |
|
54 | 54 | <ListPreference |
55 | 55 | android:defaultValue="@string/default_audio_format_value" |
56 | 56 | android:entries="@array/audio_format_description_list" |
57 | 57 | android:entryValues="@array/audio_format_values_list" |
58 | 58 | android:key="@string/default_audio_format_key" |
59 | | - android:summary="%s" |
60 | 59 | android:title="@string/default_audio_format_title" |
61 | 60 | app:singleLineTitle="false" |
62 | | - app:iconSpaceReserved="false" /> |
| 61 | + app:iconSpaceReserved="false" |
| 62 | + app:useSimpleSummaryProvider="true" /> |
63 | 63 |
|
64 | 64 | <ListPreference |
65 | 65 | android:defaultValue="@string/progressive_load_interval_default_value" |
|
107 | 107 | android:entries="@array/seekbar_preview_thumbnail_type_description" |
108 | 108 | android:entryValues="@array/seekbar_preview_thumbnail_type_key" |
109 | 109 | android:key="@string/seekbar_preview_thumbnail_key" |
110 | | - android:summary="%s" |
111 | 110 | android:title="@string/seekbar_preview_thumbnail_title" |
112 | 111 | app:singleLineTitle="false" |
113 | | - app:iconSpaceReserved="false" /> |
| 112 | + app:iconSpaceReserved="false" |
| 113 | + app:useSimpleSummaryProvider="true" /> |
114 | 114 |
|
115 | 115 | </PreferenceCategory> |
116 | 116 |
|
|
211 | 211 | android:entries="@array/seek_duration_description" |
212 | 212 | android:entryValues="@array/seek_duration_value" |
213 | 213 | android:key="@string/seek_duration_key" |
214 | | - android:summary="%s" |
215 | 214 | android:title="@string/seek_duration_title" |
216 | 215 | app:singleLineTitle="false" |
217 | | - app:iconSpaceReserved="false" /> |
| 216 | + app:iconSpaceReserved="false" |
| 217 | + app:useSimpleSummaryProvider="true" /> |
218 | 218 |
|
219 | 219 | <SwitchPreferenceCompat |
220 | 220 | android:defaultValue="false" |
|
0 commit comments