summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-06-13 10:54:40 -0700
committerMichael Jurka <mikejurka@google.com>2011-06-15 16:50:04 -0700
commit3b1fc47d004f6b29af8f40d181baa3460b1e3b15 (patch)
tree920a9fe99b800ada9f13e7e5482d0c3c6f0df393 /packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
parentf71e5469441286c6f466043e64a7f6492557cbd9 (diff)
downloadframeworks_base-3b1fc47d004f6b29af8f40d181baa3460b1e3b15.zip
frameworks_base-3b1fc47d004f6b29af8f40d181baa3460b1e3b15.tar.gz
frameworks_base-3b1fc47d004f6b29af8f40d181baa3460b1e3b15.tar.bz2
Port recent apps from tablet to phone
- wire up to long press on home - remove unused recents activity - remove duplicate recents resources in -large directories (using -sw600dp instead) - fix issue with zoom/scale translation when recents was brought up Change-Id: I45538ccaff49b46ac3659c4828f9e2b0cd075241
Diffstat (limited to 'packages/SystemUI/res/layout-land/status_bar_recent_panel.xml')
-rw-r--r--packages/SystemUI/res/layout-land/status_bar_recent_panel.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml b/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
index 75f5ee4..4a80489 100644
--- a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
+++ b/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
@@ -27,10 +27,9 @@
<FrameLayout
android:id="@+id/recents_bg_protect"
android:background="@drawable/recents_bg_protect_tile"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentBottom="true"
- android:layout_alignParentRight="true"
android:paddingBottom="@*android:dimen/status_bar_height"
android:clipToPadding="false"
android:clipChildren="false">