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

Commit e9198d58 authored by Beth Thibodeau's avatar Beth Thibodeau Committed by Automerger Merge Worker
Browse files

Merge "Fix alignment for RTL layout" into sc-v2-dev am: 659f163d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16174044

Change-Id: I498fed0c7a4d83129840c532dca2b14695bd0786
parents 0df5537e 659f163d
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"