Move the placeholder in Account detail page above Account sync.
Change-Id: I812551f3cccf3b107d2a2532170ef0ef3157bee1 Fix: 62364991 Test: visual
This commit is contained in:
@@ -25,15 +25,15 @@
|
||||
android:selectable="false"
|
||||
android:order="-10000"/>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="dashboard_tile_placeholder"
|
||||
android:order="100"/>
|
||||
|
||||
<Preference
|
||||
android:key="account_sync"
|
||||
android:title="@string/account_sync_title"
|
||||
android:icon="@drawable/ic_sync"
|
||||
android:order="-9999"/>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="dashboard_tile_placeholder"
|
||||
android:order="-9998"/>
|
||||
android:order="200"/>
|
||||
|
||||
<com.android.settings.applications.LayoutPreference
|
||||
android:key="remove_account"
|
||||
|
Reference in New Issue
Block a user