Skip to content

Commit 25ff535

Browse files
committed
Bug 1984735 - Move app icon selection to the top of the customise screen r=android-reviewers,gmalekpour
Differential Revision: https://phabricator.services.mozilla.com/D262884
1 parent f165990 commit 25ff535

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

mobile/android/fenix/app/src/main/res/xml/customization_preferences.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
66
xmlns:app="http://schemas.android.com/apk/res-auto"
77
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+
817
<androidx.preference.PreferenceCategory
918
android:layout="@layout/preference_cat_style"
1019
android:title="@string/preferences_theme"
@@ -60,16 +69,6 @@
6069
android:title="@string/preference_tab_strip_show" />
6170
</androidx.preference.PreferenceCategory>
6271

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-
7372
<androidx.preference.PreferenceCategory
7473
android:layout="@layout/preference_cat_style"
7574
android:title="@string/preferences_toolbar_layout"

0 commit comments

Comments
 (0)