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

Commit 2a552841 authored by Michael Mikhail's avatar Michael Mikhail
Browse files

Align title with play/pause button

Fixes: 231399192
Test: Check UMO in collapsed layout. check screenshots in the comments.
Change-Id: I5d173e0649de563b4a41e03dd4424b5d68e4d9f0
parent c9285e09
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -63,8 +63,8 @@
        android:layout_marginEnd="@dimen/qs_media_padding"
        app:layout_constraintEnd_toStartOf="@id/action_button_guideline"
        app:layout_constrainedWidth="true"
        app:layout_constraintTop_toBottomOf="@id/icon"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintBottom_toTopOf="@id/header_artist"
        app:layout_constraintHorizontal_bias="0" />

    <Constraint
@@ -87,11 +87,12 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginEnd="@dimen/qs_media_padding"
        android:layout_marginBottom="@dimen/qs_media_padding"
        android:layout_marginTop="0dp"
        app:layout_constraintEnd_toStartOf="@id/action_button_guideline"
        app:layout_constrainedWidth="true"
        app:layout_constraintTop_toBottomOf="@id/header_title"
        app:layout_constraintStart_toEndOf="@id/media_explicit_indicator"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintVertical_bias="0" />

    <Constraint