From bac4388d2b60166585e35491bf307c2ccff4f995 Mon Sep 17 00:00:00 2001 From: Fabian Kozynski Date: Fri, 24 Apr 2020 15:24:59 -0400 Subject: [PATCH] Maintain alignment of subtitle in mgmt screen The subtitle aligns on top to an invisible checkbox, so it's position remains the same between different screens. Test: visual Fixes: 154759251 Change-Id: I75c28dd02e099680555acdab200a0de909b57c51 --- packages/SystemUI/res/layout/controls_base_item.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/SystemUI/res/layout/controls_base_item.xml b/packages/SystemUI/res/layout/controls_base_item.xml index fd75d91f0994c..e7bb3afc25af6 100644 --- a/packages/SystemUI/res/layout/controls_base_item.xml +++ b/packages/SystemUI/res/layout/controls_base_item.xml @@ -92,12 +92,12 @@ android:ellipsize="end" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toStartOf="@id/favorite" - app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintTop_toTopOf="@id/favorite" />