OSDN Git Service

Merge "Rename Night display to Night Light" into nyc-mr1-dev
[android-x86/packages-apps-Settings.git] / res / xml / app_memory_settings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2015 The Android Open Source Project
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15 -->
16
17 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18                   android:title="@string/memory_usage">
19
20     <PreferenceCategory
21         android:title="@string/average_memory_use"
22         android:layout="@layout/preference_category_short" />
23
24     <com.android.settings.SummaryPreference
25         android:key="status_header"
26         android:selectable="false" />
27
28     <com.android.settings.applications.SpacePreference
29         android:layout_height="5dp" />
30
31     <Preference
32         android:key="frequency"
33         android:selectable="false"
34         android:layout="@layout/horizontal_preference"
35         android:title="@string/running_frequency" />
36
37     <Preference
38         android:key="max_usage"
39         android:selectable="false"
40         android:layout="@layout/horizontal_preference"
41         android:title="@string/memory_maximum_usage" />
42
43     <PreferenceCategory
44         android:key="processes"
45         android:title="@string/memory_details" />
46
47 </PreferenceScreen>