Merge "Get rid of the extra divider lines in memory usage UI" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-04-14 18:30:12 +00:00
committed by Android (Google) Code Review

View File

@@ -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" />