diff options
author | Michael Jurka <mikejurka@google.com> | 2011-09-09 15:31:55 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2011-09-12 16:55:04 -0700 |
commit | 0e8063a3b447e1aa5cc3171db42f735b3b6ae78e (patch) | |
tree | ff4c821f18fdffcea5d71a2b67d9f89b7a60497e /packages/SystemUI/res/layout-port | |
parent | f4b783f8a7f7ba56a879b0fce075257659e9f909 (diff) | |
download | frameworks_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-port')
-rw-r--r-- | packages/SystemUI/res/layout-port/status_bar_recent_item.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout-port/status_bar_recent_item.xml b/packages/SystemUI/res/layout-port/status_bar_recent_item.xml index b14ef59..de80a51 100644 --- a/packages/SystemUI/res/layout-port/status_bar_recent_item.xml +++ b/packages/SystemUI/res/layout-port/status_bar_recent_item.xml @@ -40,6 +40,7 @@ <ImageView android:id="@+id/app_thumbnail_image" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:visibility="invisible" /> </FrameLayout> @@ -67,6 +68,7 @@ android:layout_marginLeft="@dimen/status_bar_recents_app_label_left_margin" android:singleLine="true" android:ellipsize="marquee" + android:textColor="@color/status_bar_recents_app_label_color" /> <View android:id="@+id/recents_callout_line" |