OSDN Git Service

Move the placeholder in Account detail page above Account sync.
authorDoris Ling <dling@google.com>
Fri, 30 Jun 2017 20:43:17 +0000 (13:43 -0700)
committerDoris Ling <dling@google.com>
Fri, 30 Jun 2017 20:44:24 +0000 (13:44 -0700)
Change-Id: I812551f3cccf3b107d2a2532170ef0ef3157bee1
Fix: 62364991
Test: visual

res/xml/account_type_settings.xml

index 7f57ed0..31f3f69 100644 (file)
         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"