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

Commit 00ee1298 authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

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

am: 406042a5

Change-Id: I2cb6066760c26103896720e47b6758901f3a637b
parents 56dcbfc5 406042a5
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 -->