From 85710167c685f0bfe20dc22505be132966241088 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Thu, 10 Sep 2009 11:55:42 -0700 Subject: Make running services show dependent processes. And other various improvement and cleanup. Change-Id: I0a33ab2876c8f409cd3cfecbbac574563ef1a162 --- res/layout/running_services.xml | 54 ++++++++++++++++++++++++++++++++--------- res/values/arrays.xml | 8 +++--- res/values/strings.xml | 6 ++++- 3 files changed, 51 insertions(+), 17 deletions(-) (limited to 'res') diff --git a/res/layout/running_services.xml b/res/layout/running_services.xml index 8fe7f9f..120a113 100644 --- a/res/layout/running_services.xml +++ b/res/layout/running_services.xml @@ -15,16 +15,46 @@ * limitations under the License. --> - - - + + + + + - + android:layout_height="wrap_content" + android:orientation="horizontal" + android:background="?android:attr/colorForeground" + android:padding="4dp"> + + + + diff --git a/res/values/arrays.xml b/res/values/arrays.xml index bb786c2..8dadc54 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -50,10 +50,10 @@ - Off - Some - All - Slow + No animations + Some animations + All animations + Slower all animations diff --git a/res/values/strings.xml b/res/values/strings.xml index 847e879..4d89630 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1422,9 +1422,13 @@ found in the list of installed applications. Cancel - Started by application + Started by application: select to stop %1$s: select to manage + + Background procs: %1$d + + Foreground procs: %1$d -- cgit v1.1