From 6583ce3083badf4d9e500bc4c80441fd09682e9d Mon Sep 17 00:00:00 2001 From: Anna Zappone Date: Fri, 25 Jun 2021 12:30:27 +0100 Subject: [PATCH] Ensure template match_parent Included previous dimensions from testing Bug: 189146880 Test: local Change-Id: I9678c55f583938fb616f04a3f175e8c8b219be44 --- .../SystemUI/res/layout/people_space_placeholder_layout.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/SystemUI/res/layout/people_space_placeholder_layout.xml b/packages/SystemUI/res/layout/people_space_placeholder_layout.xml index 76f7b98166ed2..5f1aa2250fbcd 100644 --- a/packages/SystemUI/res/layout/people_space_placeholder_layout.xml +++ b/packages/SystemUI/res/layout/people_space_placeholder_layout.xml @@ -28,8 +28,8 @@ android:layout_gravity="center" android:paddingVertical="8dp" android:paddingHorizontal="2dp" - android:layout_width="136dp" - android:layout_height="51dp"> + android:layout_width="match_parent" + android:layout_height="match_parent">