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

Commit cdb2c067 authored by Caitlin Cassidy's avatar Caitlin Cassidy
Browse files

[Media] Allow output switcher chip to handle larger font sizes without

cutting off the test.

Test: manual
Fixes: 219818409
Change-Id: I72eaf3f24bdcbaafc4d00804a9180cc84445c792
parent 0ae9b438
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@
        android:background="@drawable/qs_media_light_source"
        android:forceHasOverlappingRendering="false"
        android:layout_width="wrap_content"
        android:layout_height="48dp"
        android:layout_height="@dimen/min_clickable_item_size"
        android:layout_marginStart="@dimen/qs_center_guideline_padding"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintTop_toTopOf="parent"
@@ -92,8 +92,9 @@
        <LinearLayout
            android:id="@+id/media_seamless_button"
            android:layout_width="wrap_content"
            android:layout_height="@dimen/qs_seamless_height"
            android:layout_height="wrap_content"
            android:minHeight="@dimen/qs_seamless_height"
            android:maxHeight="@dimen/min_clickable_item_size"
            android:theme="@style/MediaPlayer.SolidButton"
            android:background="@drawable/qs_media_seamless_background"
            android:orientation="horizontal"