Skip to content

Commit ade54e5

Browse files
Romain GuyAndroid (Google) Code Review
authored andcommitted
Merge "Fix recents animation in landscape on tablet" into jb-mr1-dev
2 parents 6433916 + a752e7c commit ade54e5

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)