mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Fixed typos
This commit is contained in:
parent
4a8f681c9a
commit
ec93accafe
2 changed files with 5 additions and 6 deletions
|
@ -31,7 +31,7 @@
|
|||
android:layout_marginStart="6dp"
|
||||
android:hint="@string/title_to"
|
||||
android:inputType="textEmailAddress"
|
||||
android:singeLine="true"
|
||||
android:singleLine="true"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
app:layout_constraintEnd_toStartOf="@+id/ivToAdd"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
@ -56,7 +56,7 @@
|
|||
android:layout_marginStart="6dp"
|
||||
android:hint="@string/title_cc"
|
||||
android:inputType="textEmailAddress"
|
||||
android:singeLine="true"
|
||||
android:singleLine="true"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
app:layout_constraintEnd_toStartOf="@+id/ivCcAdd"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
@ -81,7 +81,7 @@
|
|||
android:layout_marginStart="6dp"
|
||||
android:hint="@string/title_bcc"
|
||||
android:inputType="textEmailAddress"
|
||||
android:singeLine="true"
|
||||
android:singleLine="true"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
app:layout_constraintEnd_toStartOf="@+id/ivBccAdd"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
@ -107,7 +107,7 @@
|
|||
android:layout_marginStart="6dp"
|
||||
android:hint="@string/title_subject"
|
||||
android:inputType="textEmailSubject"
|
||||
android:singeLine="true"
|
||||
android:singleLine="true"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
|
@ -19,8 +19,7 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="6dp"
|
||||
android:ellipsize="marquee"
|
||||
android:maXlines="1"
|
||||
android:maxLines="1"
|
||||
android:text="Name"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
app:layout_constraintBottom_toBottomOf="@id/ivAttachments"
|
||||
|
|
Loading…
Reference in a new issue