Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ca92571 authored by Doris Ling's avatar Doris Ling
Browse files

Move the placeholder in Account detail page above Account sync.

Change-Id: I812551f3cccf3b107d2a2532170ef0ef3157bee1
Fix: 62364991
Test: visual
parent 283895c0
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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"