summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-land
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-09-02 12:12:15 -0700
committerMichael Jurka <mikejurka@google.com>2011-09-02 14:58:10 -0700
commitc6461ca5a0892d9b5a47649d49af69165e05b87f (patch)
tree252d81ea7552bc681a803e78c8ecae65b372f859 /packages/SystemUI/res/layout-land
parent52f159c79e4ed3367a929f4bc34ab3e184f82a15 (diff)
downloadframeworks_base-c6461ca5a0892d9b5a47649d49af69165e05b87f.zip
frameworks_base-c6461ca5a0892d9b5a47649d49af69165e05b87f.tar.gz
frameworks_base-c6461ca5a0892d9b5a47649d49af69165e05b87f.tar.bz2
Fix regression: recents did not dismiss after launching apps (5252649)
also: - when using menu to "remove from list" in landscape, animate items upward (5149577) - dismiss recents when tapping on whitespace regions (5115883) Change-Id: I0f38c7567281583898a49f572cf92d6c59464649
Diffstat (limited to 'packages/SystemUI/res/layout-land')
-rw-r--r--packages/SystemUI/res/layout-land/status_bar_recent_item.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout-land/status_bar_recent_item.xml b/packages/SystemUI/res/layout-land/status_bar_recent_item.xml
index e99888c..0d17b55 100644
--- a/packages/SystemUI/res/layout-land/status_bar_recent_item.xml
+++ b/packages/SystemUI/res/layout-land/status_bar_recent_item.xml
@@ -37,7 +37,6 @@
android:layout_alignParentTop="true"
android:layout_marginLeft="@dimen/status_bar_recents_thumbnail_left_margin"
android:scaleType="center"
- android:clickable="true"
android:background="@drawable/recents_thumbnail_overlay">
<ImageView android:id="@+id/app_thumbnail_image"
android:layout_width="match_parent"