From e0216a142d71d69d705a5a62102a482f0f9c15db Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 7 Jul 2021 19:45:08 +0200 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/fragment_compose.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/src/main/res/layout/fragment_compose.xml b/app/src/main/res/layout/fragment_compose.xml index 1c400d1f14..2f61b6a8b0 100644 --- a/app/src/main/res/layout/fragment_compose.xml +++ b/app/src/main/res/layout/fragment_compose.xml @@ -45,6 +45,7 @@ android:layout_height="wrap_content" android:layout_marginStart="6dp" android:layout_marginTop="12dp" + android:layout_marginEnd="6dp" android:background="@null" android:hint="user" android:imeOptions="actionNext" @@ -84,6 +85,7 @@ android:layout_height="wrap_content" android:layout_marginStart="6dp" android:layout_marginTop="12dp" + android:layout_marginEnd="6dp" android:background="@null" android:dropDownVerticalOffset="0dp" android:hint="@string/title_to" @@ -125,6 +127,7 @@ android:layout_height="wrap_content" android:layout_marginStart="6dp" android:layout_marginTop="12dp" + android:layout_marginEnd="6dp" android:background="@null" android:dropDownVerticalOffset="0dp" android:hint="@string/title_cc" @@ -166,6 +169,7 @@ android:layout_height="wrap_content" android:layout_marginStart="6dp" android:layout_marginTop="12dp" + android:layout_marginEnd="6dp" android:background="@null" android:dropDownVerticalOffset="0dp" android:hint="@string/title_bcc" @@ -196,6 +200,7 @@ android:layout_height="wrap_content" android:layout_marginStart="6dp" android:layout_marginTop="12dp" + android:layout_marginEnd="6dp" android:background="@null" android:hint="@string/title_subject" android:imeOptions="actionNext"