summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alex Florescu <alexflo@google.com> 2024-07-09 15:55:52 +0100
committer Alex Florescu <alexflo@google.com> 2024-07-10 12:15:08 +0000
commit4dc9735b3eebec4e4efc6e6ecb3cd9c18958f028 (patch)
treee6b337b88c28f5a6451567291ff2a877a640225a
parentf4cc6accc6a26645eb92f16f07cc74d7c190b4b0 (diff)
Resolve date misaligned with clock on mouse click shade expansion
Bug: 308145768 Test: CombinedShadeHeaderConstraintsTest Test: expanding shade via cursor click on right hand icons in status bar repros the bug 4/5 times; after the fix 0/10 tries Flag: EXEMPT bugfix Change-Id: I02a6a702ce2b94e6c32b713f9a7d1e9c87d45992
-rw-r--r--packages/SystemUI/res/xml/large_screen_shade_header.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/xml/large_screen_shade_header.xml b/packages/SystemUI/res/xml/large_screen_shade_header.xml
index fe61c46e341d..eb0aae9ebcf1 100644
--- a/packages/SystemUI/res/xml/large_screen_shade_header.xml
+++ b/packages/SystemUI/res/xml/large_screen_shade_header.xml
@@ -33,6 +33,7 @@
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_marginStart="8dp"
+ app:layout_constraintBaseline_toBaselineOf="@id/clock"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@id/clock"
app:layout_constraintTop_toTopOf="parent" />