From e20857e7415e3e6c80a530da7a0bdb1f45e1af85 Mon Sep 17 00:00:00 2001 From: Anton Potapov Date: Tue, 31 Jan 2023 16:05:48 +0000 Subject: [PATCH] Make the date baseline aligned with the clock baseline Fixes: 260040652 Test: manual on the phone and the tablet Change-Id: I49dda045a8b983a7ae89ac14e37512e1de6c0737 --- packages/SystemUI/res/xml/qqs_header.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/SystemUI/res/xml/qqs_header.xml b/packages/SystemUI/res/xml/qqs_header.xml index e56e5d557c2f6..00a0444a1c9d7 100644 --- a/packages/SystemUI/res/xml/qqs_header.xml +++ b/packages/SystemUI/res/xml/qqs_header.xml @@ -48,8 +48,7 @@ app:layout_constrainedWidth="true" app:layout_constraintStart_toEndOf="@id/clock" app:layout_constraintEnd_toStartOf="@id/barrier" - app:layout_constraintTop_toTopOf="parent" - app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintBaseline_toBaselineOf="@id/clock" app:layout_constraintHorizontal_bias="0" />