Skip to content

Commit a752e7c

Browse files
author
Romain Guy
committed
Fix recents animation in landscape on tablet
Change-Id: I8b550c38fb5392d7d0b7f72ba565256ad2751cc3
1 parent ef09a21 commit a752e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/SystemUI/res/layout-land/status_bar_recent_panel.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
android:clipChildren="false">
3737

3838
<com.android.systemui.recent.RecentsHorizontalScrollView android:id="@+id/recents_container"
39-
android:layout_width="match_parent"
39+
android:layout_width="wrap_content"
4040
android:layout_height="match_parent"
4141
android:fadingEdge="horizontal"
4242
android:scrollbars="none"

0 commit comments

Comments
 (0)