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

Commit 659f163d authored by Beth Thibodeau's avatar Beth Thibodeau Committed by Android (Google) Code Review
Browse files

Merge "Fix alignment for RTL layout" into sc-v2-dev

parents 87a136a1 01b8ebf2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@
    <!-- Song name -->
    <Constraint
        android:id="@+id/header_title"
        android:layout_width="0dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginStart="@dimen/qs_media_info_margin"
        android:layout_marginEnd="@dimen/qs_center_guideline_padding"
@@ -71,7 +71,7 @@
    <!-- Artist name -->
    <Constraint
        android:id="@+id/header_artist"
        android:layout_width="0dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        app:layout_constrainedWidth="true"
        android:layout_marginTop="@dimen/qs_media_info_spacing"