1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-30 19:56:10 +00:00

Layout fix

This commit is contained in:
M66B 2019-10-20 13:36:04 +02:00
parent dd287cce20
commit 75ec180f48

View file

@ -92,9 +92,9 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="6dp" android:layout_marginStart="6dp"
android:contentDescription="@string/title_cc" android:contentDescription="@string/title_cc"
app:layout_constraintBottom_toBottomOf="@id/etBcc" app:layout_constraintBottom_toBottomOf="@+id/etCc"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/etTo" app:layout_constraintTop_toTopOf="@+id/etCc"
app:srcCompat="@drawable/baseline_people_24" /> app:srcCompat="@drawable/baseline_people_24" />
<MultiAutoCompleteTextView <MultiAutoCompleteTextView