From 82774b273deb41f5275171308e93b7742c7cbce4 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 18 Jan 2023 16:19:41 +0100 Subject: [PATCH] Moved cc/bcc button --- app/src/main/res/layout/fragment_compose.xml | 36 ++++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/app/src/main/res/layout/fragment_compose.xml b/app/src/main/res/layout/fragment_compose.xml index 9b76f12c83..0a40d7470f 100644 --- a/app/src/main/res/layout/fragment_compose.xml +++ b/app/src/main/res/layout/fragment_compose.xml @@ -96,10 +96,25 @@ android:inputType="textEmailAddress|textNoSuggestions" android:maxLength="10000" android:textAppearance="@style/TextAppearance.AppCompat.Medium" - app:layout_constraintEnd_toStartOf="@+id/ibToAdd" + app:layout_constraintEnd_toStartOf="@+id/ibCcBcc" app:layout_constraintStart_toEndOf="@id/ivToLegend" app:layout_constraintTop_toBottomOf="@id/etExtra" /> + + @@ -219,25 +234,10 @@ android:imeOptions="actionNext" android:inputType="textEmailSubject|textCapSentences|textAutoCorrect" android:textAppearance="@style/TextAppearance.AppCompat.Medium" - app:layout_constraintEnd_toStartOf="@+id/ibCcBcc" + app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/etBcc" /> - -