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