Merge "Wrap around text so that it isn't cut off" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ae0bc25dbd
@@ -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