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

Commit 83b32d07 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 am: 2b51d50e

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

Change-Id: I6a1ba5a477ac55d22c27c6722b8809bb3871a914
parents 09d2ae4d 2b51d50e
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"