Proc stats UI improvements.
Now have a chart showing the memory state, and text showing the current memory state. Trying to do better at picking the application to blame for a process hosting multiple apps. Start of infrastructure for more detailed reporting. Change-Id: I93ca7ecf2fd0bc01e3be8d28b80212ac78fe7607
This commit is contained in:
30
res/layout/preference_linearcolor.xml
Normal file
30
res/layout/preference_linearcolor.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2010 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<com.android.settings.applications.LinearColorBar
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="?android:attr/listPreferredItemHeight"
|
||||
android:gravity="center_vertical"
|
||||
android:id="@+android:id/linear_color_bar"
|
||||
android:paddingEnd="?android:attr/scrollbarSize"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:shadowRadius="4"
|
||||
android:shadowColor="?android:attr/colorBackground"
|
||||
android:shadowDx="2"
|
||||
android:shadowDy="2">
|
||||
</com.android.settings.applications.LinearColorBar>
|
@@ -1149,4 +1149,16 @@
|
||||
<item>Always allow</item>
|
||||
</string-array>
|
||||
|
||||
<!-- [CHAR LIMIT=30] Labels for memory states -->
|
||||
<string-array name="ram_states">
|
||||
<!-- Normal desired memory state. -->
|
||||
<item>normal</item>
|
||||
<!-- Moderate memory state, not as good as normal. -->
|
||||
<item>moderate</item>
|
||||
<!-- Memory is running low. -->
|
||||
<item>low</item>
|
||||
<!-- Memory is critical. -->
|
||||
<item>critical</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
|
@@ -3557,7 +3557,10 @@
|
||||
<!-- [CHAR LIMIT=NONE] Label for amount of memory use -->
|
||||
<string name="app_memory_use">Memory use</string>
|
||||
<!-- [CHAR LIMIT=NONE] Label for process stats, duration of time the stats are over -->
|
||||
<string name="process_stats_total_duration">Over <xliff:g id="time">%1$s</xliff:g></string>
|
||||
<string name="process_stats_total_duration">Stats over <xliff:g id="time">%1$s</xliff:g></string>
|
||||
<!-- [CHAR LIMIT=NONE] Label for process stats, duration of time the stats are over -->
|
||||
<string name="process_stats_memory_status">Device memory is currently
|
||||
<xliff:g id="memstate">%1$s</xliff:g></string>
|
||||
|
||||
<!-- Voice input/output settings --><skip />
|
||||
<!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings related to speech functionality -->
|
||||
|
Reference in New Issue
Block a user