summaryrefslogtreecommitdiffstats
path: root/go/quickstep/res/layout/icon_recents_root_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'go/quickstep/res/layout/icon_recents_root_view.xml')
-rw-r--r--go/quickstep/res/layout/icon_recents_root_view.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/go/quickstep/res/layout/icon_recents_root_view.xml b/go/quickstep/res/layout/icon_recents_root_view.xml
index 6fb7e19d1..ea6fbc2ef 100644
--- a/go/quickstep/res/layout/icon_recents_root_view.xml
+++ b/go/quickstep/res/layout/icon_recents_root_view.xml
@@ -21,8 +21,9 @@
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recent_task_recycler_view"
- android:layout_width="match_parent"
+ android:layout_width="@dimen/recents_list_width"
android:layout_height="match_parent"
+ android:layout_gravity="center_horizontal"
android:scrollbars="none"/>
<TextView
android:id="@+id/recent_task_empty_view"