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

Commit b430975f authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Fix truncated text in inline settings

Change-Id: I6606b84d75fea308f75c39b90f5d5ee59e54b2d5
Fixes: 65059562
Test: manual
parent 89eceea5
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -62,7 +62,9 @@
            android:layout_height="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="@*android:style/TextAppearance.Material.Notification.Info"
            android:textAppearance="@*android:style/TextAppearance.Material.Notification.Info"
            android:layout_marginStart="2dp"
            android:layout_marginStart="2dp"
            android:layout_marginEnd="2dp"/>
            android:layout_marginEnd="2dp"
            android:ellipsize="end"
            android:maxLines="1"/>
    </LinearLayout>
    </LinearLayout>


    <!-- Channel Info Block -->
    <!-- Channel Info Block -->