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

Commit 49d5cdbe authored by Yanting Yang's avatar Yanting Yang
Browse files

Enable app name to show up to 2 lines

Show up to 2 lines to fix the app name truncated in the app list.

Fixes: 184630049
Test: visual
Change-Id: Ie9af3b3b91d135b0c23954451f6d7f91bbd9fd59
parent d8b2952b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
            android:layout_height="wrap_content"
            android:ellipsize="marquee"
            android:fadingEdge="horizontal"
            android:singleLine="true"
            android:maxLines="2"
            android:textAppearance="?android:attr/textAppearanceListItem"/>

        <TextView