Wrap around text so that it isn't cut off
Fixes: 152329810 Test: manual - font to largest, play media and look at QS media controls Change-Id: I096bf3a85c39279c5015d78b23b4090a92018d7c
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:gravity="center_horizontal|fill_vertical"
|
||||
android:gravity="center"
|
||||
android:padding="16dp"
|
||||
>
|
||||
<ImageView
|
||||
@@ -67,7 +67,7 @@
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="@dimen/qs_media_album_size"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
>
|
||||
<LinearLayout
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="@dimen/qs_media_album_size"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
>
|
||||
<LinearLayout
|
||||
|
||||
Reference in New Issue
Block a user