Change Google Settings position
- PreferenceGroup defines dynamic insert order starts from 0. It is bigger than System Settings definition -10, therefore Google Settings will be placed below System Settings. Fixes: 118735593 Test: Visual Change-Id: Id2d187810a8539ea50e14ef802db6eae58b846e4
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
android:title="@string/header_category_system"
|
||||
android:summary="@string/system_dashboard_summary"
|
||||
android:icon="@drawable/ic_homepage_system_dashboard"
|
||||
android:order="-10"
|
||||
android:order="10"
|
||||
android:fragment="com.android.settings.system.SystemDashboardFragment"/>
|
||||
|
||||
<Preference
|
||||
|
||||
Reference in New Issue
Block a user