Move the placeholder in Account detail page above Account sync.

Change-Id: I812551f3cccf3b107d2a2532170ef0ef3157bee1
Fix: 62364991
Test: visual
This commit is contained in:
Doris Ling
2017-06-30 13:43:17 -07:00
parent 283895c03b
commit 7ca92571b2

View File

@@ -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"