Settings: Move Google Setting way down
Having it at the very top /might/ make sense on a Google centric device like a Pixel, but on a neither Google focused device or OS, it should not be as prominent as it is right now Change-Id: Iff3dae180e19b32ad684c13b9cf7b0263b7b9e89
This commit is contained in:
committed by
Michael Bestas
parent
9486e87179
commit
7045bdead2
@@ -20,12 +20,6 @@
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:key="top_level_settings">
|
||||
|
||||
<PreferenceCategory
|
||||
android:order="-140"
|
||||
android:key="top_level_account_category"
|
||||
android:layout="@layout/settingslib_preference_category_no_title">
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:order="-130"
|
||||
android:key="top_level_connectivity_category"
|
||||
@@ -241,6 +235,12 @@
|
||||
settings:highlightableMenuKey="@string/menu_key_emergency"/>
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:order="-90"
|
||||
android:key="top_level_account_category"
|
||||
android:layout="@layout/settingslib_preference_category_no_title">
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:order="100"
|
||||
android:key="top_level_support_category"
|
||||
|
||||
Reference in New Issue
Block a user