|
|
|
@ -78,7 +78,7 @@
|
|
|
|
|
android:background="@null"
|
|
|
|
|
android:hint="@string/title_to"
|
|
|
|
|
android:imeOptions="actionNext"
|
|
|
|
|
android:inputType="textEmailAddress"
|
|
|
|
|
android:inputType="textNoSuggestions"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/ivToAdd"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@id/ivToLegend"
|
|
|
|
@ -117,7 +117,7 @@
|
|
|
|
|
android:background="@null"
|
|
|
|
|
android:hint="@string/title_cc"
|
|
|
|
|
android:imeOptions="actionNext"
|
|
|
|
|
android:inputType="textEmailAddress"
|
|
|
|
|
android:inputType="textNoSuggestions"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/ivCcAdd"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@id/ivCcLegend"
|
|
|
|
@ -156,7 +156,7 @@
|
|
|
|
|
android:background="@null"
|
|
|
|
|
android:hint="@string/title_bcc"
|
|
|
|
|
android:imeOptions="actionNext"
|
|
|
|
|
android:inputType="textEmailAddress"
|
|
|
|
|
android:inputType="textNoSuggestions"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/ivBccAdd"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@id/ivBccLegend"
|
|
|
|
|