summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/colors.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-09-09 15:31:55 -0700
committerMichael Jurka <mikejurka@google.com>2011-09-12 16:55:04 -0700
commit0e8063a3b447e1aa5cc3171db42f735b3b6ae78e (patch)
treeff4c821f18fdffcea5d71a2b67d9f89b7a60497e /packages/SystemUI/res/values/colors.xml
parentf4b783f8a7f7ba56a879b0fce075257659e9f909 (diff)
downloadframeworks_base-0e8063a3b447e1aa5cc3171db42f735b3b6ae78e.zip
frameworks_base-0e8063a3b447e1aa5cc3171db42f735b3b6ae78e.tar.gz
frameworks_base-0e8063a3b447e1aa5cc3171db42f735b3b6ae78e.tar.bz2
Bug fixes in Recents
- Making thumbnails invisible until loaded (fixes regression) - Speed up dismiss animation from menu - Make the max swipe velocity greater - Make only the thumbnail and app title long-clickable - No more click sound when tapping outside the thumbnails to dismiss Recents - Tweaking color of recents app label text Change-Id: If7b6cd59e92feb0472eb3ea266733549cb9f4d4b
Diffstat (limited to 'packages/SystemUI/res/values/colors.xml')
-rw-r--r--packages/SystemUI/res/values/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/colors.xml b/packages/SystemUI/res/values/colors.xml
index 4c222f9..670ee54 100644
--- a/packages/SystemUI/res/values/colors.xml
+++ b/packages/SystemUI/res/values/colors.xml
@@ -23,5 +23,6 @@
<drawable name="status_bar_background">#ff000000</drawable>
<drawable name="status_bar_recents_background">#b3000000</drawable>
<drawable name="status_bar_recents_app_thumbnail_background">#88000000</drawable>
+ <color name="status_bar_recents_app_label_color">#ffffffff</color>
<drawable name="status_bar_notification_row_background_color">#ff000000</drawable>
</resources>