|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <PreferenceScreen
|
3 | 3 | xmlns:android="http://schemas.android.com/apk/res/android"
|
| 4 | + xmlns:app="http://schemas.android.com/apk/res-auto" |
4 | 5 | android:title="@string/content">
|
5 | 6 | <ListPreference
|
| 7 | + app:iconSpaceReserved="false" |
6 | 8 | android:defaultValue="@string/default_country_value"
|
7 | 9 | android:entries="@array/country_names"
|
8 | 10 | android:entryValues="@array/country_codes"
|
|
11 | 13 | android:title="@string/default_content_country_title"/>
|
12 | 14 |
|
13 | 15 | <ListPreference
|
| 16 | + app:iconSpaceReserved="false" |
14 | 17 | android:defaultValue="@string/default_language_value"
|
15 | 18 | android:entries="@array/language_names"
|
16 | 19 | android:entryValues="@array/language_codes"
|
|
19 | 22 | android:title="@string/content_language_title"/>
|
20 | 23 |
|
21 | 24 | <SwitchPreference
|
| 25 | + app:iconSpaceReserved="false" |
22 | 26 | android:defaultValue="false"
|
23 | 27 | android:key="@string/show_age_restricted_content"
|
24 | 28 | android:title="@string/show_age_restricted_content_title"/>
|
25 | 29 |
|
26 | 30 | <SwitchPreference
|
| 31 | + app:iconSpaceReserved="false" |
27 | 32 | android:defaultValue="true"
|
28 | 33 | android:key="@string/show_search_suggestions_key"
|
29 | 34 | android:summary="@string/show_search_suggestions_summary"
|
30 | 35 | android:title="@string/show_search_suggestions_title"/>
|
31 | 36 |
|
32 | 37 | <SwitchPreference
|
| 38 | + app:iconSpaceReserved="false" |
33 | 39 | android:defaultValue="true"
|
34 | 40 | android:key="@string/download_thumbnail_key"
|
35 | 41 | android:title="@string/download_thumbnail_title"
|
36 | 42 | android:summary="@string/download_thumbnail_summary"/>
|
37 | 43 |
|
38 | 44 | <Preference
|
| 45 | + app:iconSpaceReserved="false" |
39 | 46 | android:summary="@string/import_data_summary"
|
40 | 47 | android:key="@string/import_data"
|
41 | 48 | android:title="@string/import_data_title"/>
|
42 | 49 |
|
43 | 50 | <Preference
|
| 51 | + app:iconSpaceReserved="false" |
44 | 52 | android:title="@string/export_data_title"
|
45 | 53 | android:key="@string/export_data"
|
46 | 54 | android:summary="@string/export_data_summary"/>
|
|
0 commit comments