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

Commit edec7dc6 authored by Edgar Wang's avatar Edgar Wang
Browse files

Remove the maxLines of FooterPreference.

- The exception is reviewed by UX, so we should not limit the lines.

Bug: 186544453
Test: manual
Change-Id: I85d64609e6799ce05fa2a1a9167d8f94f28a3c75
parent 551a988b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -49,7 +49,6 @@
        android:layout_height="wrap_content"
        android:paddingBottom="16dp"
        android:paddingTop="16dp"
        android:maxLines="10"
        android:textColor="?android:attr/textColorSecondary"
        android:ellipsize="marquee" />

+0 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@
        android:layout_height="wrap_content"
        android:paddingBottom="16dp"
        android:paddingTop="16dp"
        android:maxLines="10"
        android:textColor="?android:attr/textColorSecondary"
        android:ellipsize="marquee" />