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

cutting off the test.

Test: manual
Fixes: 219818409
Change-Id: I72eaf3f24bdcbaafc4d00804a9180cc84445c792
This commit is contained in:
Caitlin Cassidy
2022-04-21 16:44:39 +00:00
parent 0ae9b43822
commit cdb2c06748

View File

@@ -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"