summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-land
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2012-09-25 13:20:05 -0700
committerRomain Guy <romainguy@google.com>2012-09-25 13:20:05 -0700
commita752e7c8091ee3976ab17852d498d39309da0ed0 (patch)
treeb6d7f0e2959d4f3ea628989462e3592dd0ca5f9a /packages/SystemUI/res/layout-land
parentef09a210dd6ea481158b7028ec2424a7f5769ed2 (diff)
downloadframeworks_base-a752e7c8091ee3976ab17852d498d39309da0ed0.zip
frameworks_base-a752e7c8091ee3976ab17852d498d39309da0ed0.tar.gz
frameworks_base-a752e7c8091ee3976ab17852d498d39309da0ed0.tar.bz2
Fix recents animation in landscape on tablet
Change-Id: I8b550c38fb5392d7d0b7f72ba565256ad2751cc3
Diffstat (limited to 'packages/SystemUI/res/layout-land')
-rw-r--r--packages/SystemUI/res/layout-land/status_bar_recent_panel.xml2
1 files changed, 1 insertions, 1 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 7c50409..635dac8 100644
--- a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
+++ b/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
@@ -36,7 +36,7 @@
android:clipChildren="false">
<com.android.systemui.recent.RecentsHorizontalScrollView android:id="@+id/recents_container"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="match_parent"
android:fadingEdge="horizontal"
android:scrollbars="none"