pull/164/head
M66B 6 years ago
parent dd287cce20
commit 75ec180f48

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

Loading…
Cancel
Save