diff options
| -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" |
