From c1624bf1663800fc5da2b1ab97212e9c001978e6 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 10 Oct 2019 15:51:27 +0200 Subject: [PATCH] Layout fix --- app/src/main/res/layout/fragment_rule.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_rule.xml b/app/src/main/res/layout/fragment_rule.xml index aae9dc561c..430d81e309 100644 --- a/app/src/main/res/layout/fragment_rule.xml +++ b/app/src/main/res/layout/fragment_rule.xml @@ -545,7 +545,7 @@ android:layout_height="wrap_content" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/etKeyword" /> + app:layout_constraintTop_toBottomOf="@id/tvMoveTarget" />