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

Commit 045983a6 authored by Sergey Serokurov's avatar Sergey Serokurov Committed by Android (Google) Code Review
Browse files

Merge "Fix truncated string in bubbles setting screen" into sc-v2-dev

parents aee951dc 258f5d8f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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"