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

Commit 7a8148e6 authored by joshmccloskey's avatar joshmccloskey
Browse files

Removed horizontal scroll & line limit

Fixes: b/119613818
Test: Verified with biometric prompt demo.
Change-Id: I3634c132e87640fee8f14aaadc86cc65d21b3728
parent b786846f
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -76,10 +76,6 @@
                            android:layout_marginTop="24dp"
                            android:gravity="@integer/biometric_dialog_text_gravity"
                            android:textSize="20sp"
                            android:maxLines="1"
                            android:singleLine="true"
                            android:ellipsize="marquee"
                            android:marqueeRepeatLimit="marquee_forever"
                            android:textColor="?android:attr/textColorPrimary"/>

                        <TextView
@@ -91,10 +87,6 @@
                            android:layout_marginEnd="24dp"
                            android:gravity="@integer/biometric_dialog_text_gravity"
                            android:textSize="16sp"
                            android:maxLines="1"
                            android:singleLine="true"
                            android:ellipsize="marquee"
                            android:marqueeRepeatLimit="marquee_forever"
                            android:textColor="?android:attr/textColorPrimary"/>

                        <TextView
@@ -106,7 +98,6 @@
                            android:gravity="@integer/biometric_dialog_text_gravity"
                            android:paddingTop="8dp"
                            android:textSize="16sp"
                            android:maxLines="4"
                            android:textColor="?android:attr/textColorPrimary"/>

                        <ImageView