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

Commit b8b7a1ea authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Chaser for ag/11973247 to wrap content" into rvc-dev am: 337e0afe

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

Change-Id: I988cd37df91355d8e79e2f4fd95cd498fffa5edd
parents fa9bb158 337e0afe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -42,10 +42,11 @@

    <Constraint
        android:id="@+id/media_seamless"
        android:layout_width="0dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintTop_toTopOf="parent"
        app:layout_constrainedWidth="true"
        app:layout_constraintWidth_min="60dp"
        app:layout_constraintStart_toEndOf="@id/center_vertical_guideline"
        app:layout_constraintHorizontal_bias="1"
+2 −1
Original line number Diff line number Diff line
@@ -42,12 +42,13 @@

    <Constraint
        android:id="@+id/media_seamless"
        android:layout_width="0dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintTop_toTopOf="parent"
        app:layout_constraintStart_toEndOf="@id/center_vertical_guideline"
        app:layout_constraintHorizontal_bias="1"
        app:layout_constrainedWidth="true"
        app:layout_constraintWidth_min="60dp"
        android:layout_marginTop="@dimen/qs_media_panel_outer_padding"
        android:layout_marginEnd="@dimen/qs_media_panel_outer_padding"