Skip to content

Commit 4b41688

Browse files
author
Romain Guy
committed
Fix recents animation in landscape
Bug #7250041 Change-Id: I0d7d85aa6a9444ac5dc2451be816f8387036e068
1 parent 034de6b commit 4b41688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
android:layout_height="match_parent"
4141
android:fadingEdge="horizontal"
4242
android:scrollbars="none"
43+
android:layout_gravity="right"
4344
android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length">
4445

4546
<LinearLayout android:id="@+id/recents_linear_layout"

0 commit comments

Comments
 (0)