Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4dc9735b authored by Alex Florescu's avatar Alex Florescu
Browse files

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
parent f4cc6acc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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" />