Increased auto complete text length to 10,000

This commit is contained in:
M66B 2022-04-14 08:41:31 +02:00
parent ae51eb10d9
commit 519ab376b8
1 changed files with 3 additions and 0 deletions

View File

@ -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"