From 75ec180f48443615fdce77ac032c2c35df23fec9 Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 20 Oct 2019 13:36:04 +0200 Subject: [PATCH] Layout fix --- app/src/main/res/layout/fragment_compose.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_compose.xml b/app/src/main/res/layout/fragment_compose.xml index 825e7040dd..2830aebdf6 100644 --- a/app/src/main/res/layout/fragment_compose.xml +++ b/app/src/main/res/layout/fragment_compose.xml @@ -92,9 +92,9 @@ android:layout_height="wrap_content" android:layout_marginStart="6dp" android:contentDescription="@string/title_cc" - app:layout_constraintBottom_toBottomOf="@id/etBcc" + app:layout_constraintBottom_toBottomOf="@+id/etCc" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toTopOf="@+id/etTo" + app:layout_constraintTop_toTopOf="@+id/etCc" app:srcCompat="@drawable/baseline_people_24" />