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

Commit 2bc3e479 authored by Fan Zhang's avatar Fan Zhang
Browse files

Get rid of the extra divider lines in memory usage UI

Change-Id: I991f74ed3139f6119188a446fbf12bef23189988
Fix: 37211922
Test: visual
parent 9aa99765
Loading
Loading
Loading
Loading
+19 −20
Original line number Diff line number Diff line
@@ -18,15 +18,12 @@
                  android:title="@string/memory_usage">

    <PreferenceCategory
        android:title="@string/average_memory_use"/>
        android:title="@string/average_memory_use">

        <com.android.settings.SummaryPreference
            android:key="status_header"
            android:selectable="false" />

    <com.android.settings.applications.SpacePreference
        android:layout_height="5dp" />

        <Preference
            android:key="frequency"
            android:selectable="false"
@@ -39,6 +36,8 @@
            android:layout="@layout/horizontal_preference"
            android:title="@string/memory_maximum_usage" />

    </PreferenceCategory>

    <PreferenceCategory
        android:key="processes"
        android:title="@string/memory_details" />