Increased auto complete text length to 10,000

pull/207/head
M66B 3 years ago
parent ae51eb10d9
commit 519ab376b8

@ -92,6 +92,7 @@
android:imeOptions="actionNext"
android:importantForAutofill="no"
android:inputType="textEmailAddress|textNoSuggestions"
android:maxLength="10000"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintEnd_toStartOf="@+id/ibToAdd"
app:layout_constraintStart_toEndOf="@id/ivToLegend"
@ -136,6 +137,7 @@
android:imeOptions="actionNext"
android:importantForAutofill="no"
android:inputType="textEmailAddress|textNoSuggestions"
android:maxLength="10000"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintEnd_toStartOf="@+id/ibCcAdd"
app:layout_constraintStart_toEndOf="@id/ivCcLegend"
@ -180,6 +182,7 @@
android:imeOptions="actionNext"
android:importantForAutofill="no"
android:inputType="textEmailAddress|textNoSuggestions"
android:maxLength="10000"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintEnd_toStartOf="@+id/ibBccAdd"
app:layout_constraintStart_toEndOf="@id/ivBccLegend"

Loading…
Cancel
Save