Merge "Move the placeholder in Account detail page above Account sync."

This commit is contained in:
TreeHugger Robot
2017-06-30 23:00:19 +00:00
committed by Android (Google) Code Review

View File

@@ -25,15 +25,15 @@
android:selectable="false" android:selectable="false"
android:order="-10000"/> android:order="-10000"/>
<PreferenceCategory
android:key="dashboard_tile_placeholder"
android:order="100"/>
<Preference <Preference
android:key="account_sync" android:key="account_sync"
android:title="@string/account_sync_title" android:title="@string/account_sync_title"
android:icon="@drawable/ic_sync" android:icon="@drawable/ic_sync"
android:order="-9999"/> android:order="200"/>
<PreferenceCategory
android:key="dashboard_tile_placeholder"
android:order="-9998"/>
<com.android.settings.applications.LayoutPreference <com.android.settings.applications.LayoutPreference
android:key="remove_account" android:key="remove_account"