Get rid of the extra divider lines in memory usage UI
Change-Id: I991f74ed3139f6119188a446fbf12bef23189988 Fix: 37211922 Test: visual
This commit is contained in:
@@ -18,26 +18,25 @@
|
||||
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.SummaryPreference
|
||||
android:key="status_header"
|
||||
android:selectable="false" />
|
||||
|
||||
<com.android.settings.applications.SpacePreference
|
||||
android:layout_height="5dp" />
|
||||
<Preference
|
||||
android:key="frequency"
|
||||
android:selectable="false"
|
||||
android:layout="@layout/horizontal_preference"
|
||||
android:title="@string/running_frequency" />
|
||||
|
||||
<Preference
|
||||
android:key="frequency"
|
||||
android:selectable="false"
|
||||
android:layout="@layout/horizontal_preference"
|
||||
android:title="@string/running_frequency" />
|
||||
<Preference
|
||||
android:key="max_usage"
|
||||
android:selectable="false"
|
||||
android:layout="@layout/horizontal_preference"
|
||||
android:title="@string/memory_maximum_usage" />
|
||||
|
||||
<Preference
|
||||
android:key="max_usage"
|
||||
android:selectable="false"
|
||||
android:layout="@layout/horizontal_preference"
|
||||
android:title="@string/memory_maximum_usage" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="processes"
|
||||
|
Reference in New Issue
Block a user