Merge "Get rid of the extra divider lines in memory usage UI" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c8c066dedf
@@ -18,26 +18,25 @@
|
|||||||
android:title="@string/memory_usage">
|
android:title="@string/memory_usage">
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:title="@string/average_memory_use"/>
|
android:title="@string/average_memory_use">
|
||||||
|
|
||||||
<com.android.settings.SummaryPreference
|
<com.android.settings.SummaryPreference
|
||||||
android:key="status_header"
|
android:key="status_header"
|
||||||
android:selectable="false" />
|
android:selectable="false" />
|
||||||
|
|
||||||
<com.android.settings.applications.SpacePreference
|
<Preference
|
||||||
android:layout_height="5dp" />
|
android:key="frequency"
|
||||||
|
android:selectable="false"
|
||||||
|
android:layout="@layout/horizontal_preference"
|
||||||
|
android:title="@string/running_frequency" />
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="frequency"
|
android:key="max_usage"
|
||||||
android:selectable="false"
|
android:selectable="false"
|
||||||
android:layout="@layout/horizontal_preference"
|
android:layout="@layout/horizontal_preference"
|
||||||
android:title="@string/running_frequency" />
|
android:title="@string/memory_maximum_usage" />
|
||||||
|
|
||||||
<Preference
|
</PreferenceCategory>
|
||||||
android:key="max_usage"
|
|
||||||
android:selectable="false"
|
|
||||||
android:layout="@layout/horizontal_preference"
|
|
||||||
android:title="@string/memory_maximum_usage" />
|
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="processes"
|
android:key="processes"
|
||||||
|
Reference in New Issue
Block a user