summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-sw600dp
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/layout-sw600dp
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/layout-sw600dp')
-rw-r--r--packages/SystemUI/res/layout-sw600dp/status_bar_recent_item.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/status_bar_recent_item.xml b/packages/SystemUI/res/layout-sw600dp/status_bar_recent_item.xml
index f4be651..07088d5 100644
--- a/packages/SystemUI/res/layout-sw600dp/status_bar_recent_item.xml
+++ b/packages/SystemUI/res/layout-sw600dp/status_bar_recent_item.xml
@@ -35,6 +35,7 @@
<ImageView android:id="@+id/app_thumbnail_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:visibility="invisible"
/>
</FrameLayout>
@@ -63,6 +64,7 @@
android:layout_marginTop="32dip"
android:singleLine="true"
android:ellipsize="marquee"
+ android:textColor="@color/status_bar_recents_app_label_color"
/>
<View android:id="@+id/recents_callout_line"