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

Commit fdceefd8 authored by Jim Miller's avatar Jim Miller
Browse files

Fix 2325549: Allow up to 4 lines of summary text in Settings

This fixes a number of screens in Settings (see the bug for examples).
Though it seems like a scary change, it should be safe since
the added line doesn't affect layout unless it's used, in which
case the view is slightly taller.

Change-Id: I13d04efadee19b407febabfae7825aedf66e8744
parent 9c50996b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
            android:layout_below="@android:id/title"
            android:layout_alignLeft="@android:id/title"
            android:textAppearance="?android:attr/textAppearanceSmall"
            android:maxLines="2" />
            android:maxLines="4" />

    </RelativeLayout>