From 2e5ca395538117b05bf3d7629eccf6fe4f832cd2 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 12 Nov 2018 11:20:01 +0100 Subject: [PATCH] Layout fix --- app/src/main/res/layout/fragment_compose.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_compose.xml b/app/src/main/res/layout/fragment_compose.xml index eb0047da69..62ff32e766 100644 --- a/app/src/main/res/layout/fragment_compose.xml +++ b/app/src/main/res/layout/fragment_compose.xml @@ -214,7 +214,7 @@ android:id="@+id/grpHeader" android:layout_width="0dp" android:layout_height="0dp" - app:constraint_referenced_ids="spFrom,ivIdentityAdd,etTo,ivToAdd,etSubject,vSeparator" /> + app:constraint_referenced_ids="spAccount,spIdentity,ivIdentityAdd,etTo,ivToAdd,etSubject,vSeparator" />