diff options
-rw-r--r-- | packages/SystemUI/res/layout-land/status_bar_recent_panel.xml | 1 |
1 files changed, 1 insertions, 0 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 e2d9d6e..f337600 100644 --- a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml +++ b/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml @@ -46,6 +46,7 @@ <LinearLayout android:id="@+id/recents_linear_layout" android:layout_width="wrap_content" android:layout_height="match_parent" + android:layout_gravity="left" android:orientation="horizontal"> </LinearLayout> |