Merge "Fix truncated string in bubbles setting screen" into sc-v2-dev am: 045983a6d2 am: 95405970bb

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16338885

Change-Id: I6c98c4f79416aded71898bc61cb45e82c0b8c018
This commit is contained in:
Sergey Serokurov
2021-11-25 03:08:55 +00:00
committed by Automerger Merge Worker

View File

@@ -55,7 +55,7 @@
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:ellipsize="end"
android:maxLines="2"
android:maxLines="3"
android:clickable="false"
android:focusable="false"
android:layout_toEndOf="@id/bubble_all_icon"
@@ -87,7 +87,7 @@
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:ellipsize="end"
android:maxLines="2"
android:maxLines="3"
android:clickable="false"
android:focusable="false"
android:layout_toEndOf="@id/bubble_selected_icon"
@@ -119,7 +119,7 @@
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:ellipsize="end"
android:maxLines="2"
android:maxLines="3"
android:clickable="false"
android:focusable="false"
android:layout_toEndOf="@id/bubble_none_icon"