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

Commit cfacf203 authored by LuK1337's avatar LuK1337 Committed by Bruno Martins
Browse files

Settings: Put device info header above "Basic info"

Change-Id: I8db12e882c16d6afa0e04bc1c4e93f7ec99960ed
parent 69cc746c
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -23,10 +23,9 @@

    <com.android.settingslib.widget.LayoutPreference
        android:key="my_device_info_header"
        android:order="0"
        android:order="-1"
        android:layout="@layout/settings_entity_header"
        android:selectable="false"
        settings:isPreferenceVisible="false"/>
        android:selectable="false"/>

    <PreferenceCategory
        android:key="basic_info_category"