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

Commit 694abc9d authored by Stephen Bird's avatar Stephen Bird
Browse files

Settings: Remove Maxlines for summaries

Some languages go over the two line limit. Remove this limit so
we avoid any weird ellipsize

Ticket: CD-627
Change-Id: Ib5b0a6f4ea76f61626ec8a6bbb0eee48f9b6318e
(cherry picked from commit 7fafe8d1)
parent a7f38721
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -57,9 +57,7 @@
            android:layout_alignStart="@id/title"
            android:layout_alignStart="@id/title"
            android:textAppearance="?android:attr/textAppearanceSmall"
            android:textAppearance="?android:attr/textAppearanceSmall"
            android:textColor="@color/setting_secondary_color"
            android:textColor="@color/setting_secondary_color"
            android:lineSpacingExtra="@dimen/preference_summary_line_spacing_extra"
            android:lineSpacingExtra="@dimen/preference_summary_line_spacing_extra" />
            android:ellipsize="end"
            android:maxLines="2" />


    </RelativeLayout>
    </RelativeLayout>