From 47488d45862309fca4c55a7f9e8fb945bf7da7ae Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 29 Jun 2021 12:20:36 +0200 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/fragment_compose.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/res/layout/fragment_compose.xml b/app/src/main/res/layout/fragment_compose.xml index ebf4a4ee6c..cc64d74d07 100644 --- a/app/src/main/res/layout/fragment_compose.xml +++ b/app/src/main/res/layout/fragment_compose.xml @@ -85,6 +85,7 @@ android:layout_marginStart="6dp" android:layout_marginTop="12dp" android:background="@null" + android:dropDownVerticalOffset="0dp" android:hint="@string/title_to" android:imeOptions="actionNext" android:importantForAutofill="no" @@ -125,6 +126,7 @@ android:layout_marginStart="6dp" android:layout_marginTop="12dp" android:background="@null" + android:dropDownVerticalOffset="0dp" android:hint="@string/title_cc" android:imeOptions="actionNext" android:importantForAutofill="no" @@ -165,6 +167,7 @@ android:layout_marginStart="6dp" android:layout_marginTop="12dp" android:background="@null" + android:dropDownVerticalOffset="0dp" android:hint="@string/title_bcc" android:imeOptions="actionNext" android:importantForAutofill="no"