Merge "Make the date baseline aligned with the clock baseline" into tm-qpr-dev

This commit is contained in:
Anton Potapov
2023-02-02 23:53:55 +00:00
committed by Android (Google) Code Review

View File

@@ -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"
/>
</Constraint>