From 76315391f07d022e31c176633ae3aeaee5bb14ec Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Thu, 3 Sep 2009 13:33:55 -0700 Subject: Improve running services to services managed by the system. Also a little tweak to the animations preference. Change-Id: I3183ef21e687a3b120d02c79e7388300084b9202 --- res/layout/running_services_item.xml | 38 +++++++++++++++++----------------- res/values/arrays.xml | 28 +++++++++++++++++++++++++ res/values/strings.xml | 4 ++++ res/xml/sound_and_display_settings.xml | 11 +++++----- 4 files changed, 57 insertions(+), 24 deletions(-) (limited to 'res') diff --git a/res/layout/running_services_item.xml b/res/layout/running_services_item.xml index 6748a1a..2728c76 100644 --- a/res/layout/running_services_item.xml +++ b/res/layout/running_services_item.xml @@ -50,30 +50,21 @@ android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" > - - + + android:textAppearance="?android:attr/textAppearanceMedium" + android:textStyle="bold" + android:singleLine="true" + android:ellipsize="marquee" + android:layout_marginBottom="2dip" /> + diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 82f7d5e..bb786c2 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -48,6 +48,34 @@ yyyy-MM-dd + + + Off + Some + All + Slow + + + + + No window animations are shown + Some window animations are shown + All window animations are shown + Slower window animations are shown + + + + + + 00 + + 01 + + 11 + + 22 + + 15 seconds diff --git a/res/values/strings.xml b/res/values/strings.xml index a73f910..9043dba 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1421,6 +1421,10 @@ found in the list of installed applications. Stop Cancel + + Started by application + + %1$s: select to manage diff --git a/res/xml/sound_and_display_settings.xml b/res/xml/sound_and_display_settings.xml index 639204a..1d5e66a 100644 --- a/res/xml/sound_and_display_settings.xml +++ b/res/xml/sound_and_display_settings.xml @@ -110,11 +110,12 @@ android:summaryOn="@string/accelerometer_summary_on" android:summaryOff="@string/accelerometer_summary_off"/> - +