diff options
| author | Romain Guy <romainguy@google.com> | 2012-09-25 13:20:05 -0700 |
|---|---|---|
| committer | Romain Guy <romainguy@google.com> | 2012-09-25 13:20:05 -0700 |
| commit | a752e7c8091ee3976ab17852d498d39309da0ed0 (patch) | |
| tree | b6d7f0e2959d4f3ea628989462e3592dd0ca5f9a | |
| parent | ef09a210dd6ea481158b7028ec2424a7f5769ed2 (diff) | |
| download | frameworks_base-a752e7c8091ee3976ab17852d498d39309da0ed0.zip frameworks_base-a752e7c8091ee3976ab17852d498d39309da0ed0.tar.gz frameworks_base-a752e7c8091ee3976ab17852d498d39309da0ed0.tar.bz2 | |
Fix recents animation in landscape on tablet
Change-Id: I8b550c38fb5392d7d0b7f72ba565256ad2751cc3
| -rw-r--r-- | packages/SystemUI/res/layout-land/status_bar_recent_panel.xml | 2 |
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" |
