|
5 | 5 | <androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
6 | 6 | xmlns:app="http://schemas.android.com/apk/res-auto" |
7 | 7 | android:key="@string/pref_key_customization_preference_screen" > |
| 8 | + <androidx.preference.PreferenceCategory |
| 9 | + android:layout="@layout/preference_cat_style" |
| 10 | + android:title="@string/preferences_app_icon" |
| 11 | + android:key="@string/pref_key_customization_category_app_icon" |
| 12 | + app:iconSpaceReserved="false"> |
| 13 | + <org.mozilla.fenix.iconpicker.ui.AppIconPreference |
| 14 | + android:key="@string/pref_key_app_icon" /> |
| 15 | + </androidx.preference.PreferenceCategory> |
| 16 | + |
8 | 17 | <androidx.preference.PreferenceCategory |
9 | 18 | android:layout="@layout/preference_cat_style" |
10 | 19 | android:title="@string/preferences_theme" |
|
60 | 69 | android:title="@string/preference_tab_strip_show" /> |
61 | 70 | </androidx.preference.PreferenceCategory> |
62 | 71 |
|
63 | | - <androidx.preference.PreferenceCategory |
64 | | - android:layout="@layout/preference_cat_style" |
65 | | - android:title="@string/preferences_app_icon" |
66 | | - android:key="@string/pref_key_customization_category_app_icon" |
67 | | - app:iconSpaceReserved="false"> |
68 | | - |
69 | | - <org.mozilla.fenix.iconpicker.ui.AppIconPreference |
70 | | - android:key="@string/pref_key_app_icon" /> |
71 | | - </androidx.preference.PreferenceCategory> |
72 | | - |
73 | 72 | <androidx.preference.PreferenceCategory |
74 | 73 | android:layout="@layout/preference_cat_style" |
75 | 74 | android:title="@string/preferences_toolbar_layout" |
|
0 commit comments