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

Commit 406042a5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix truncated text in inline settings" into oc-mr1-dev

parents af5cce3d b430975f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -62,7 +62,9 @@
            android:layout_height="wrap_content"
            android:textAppearance="@*android:style/TextAppearance.Material.Notification.Info"
            android:layout_marginStart="2dp"
            android:layout_marginEnd="2dp"/>
            android:layout_marginEnd="2dp"
            android:ellipsize="end"
            android:maxLines="1"/>
    </LinearLayout>

    <!-- Channel Info Block -->