From 8e8f30bc3285eeeefdf5e58231a0d39460980fd3 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 19 Jan 2019 16:26:50 +0000 Subject: [PATCH] Rule layout improvement --- app/src/main/res/layout/fragment_rule.xml | 63 ++++++++++++++++++----- 1 file changed, 50 insertions(+), 13 deletions(-) diff --git a/app/src/main/res/layout/fragment_rule.xml b/app/src/main/res/layout/fragment_rule.xml index af06183467..10071e5f26 100644 --- a/app/src/main/res/layout/fragment_rule.xml +++ b/app/src/main/res/layout/fragment_rule.xml @@ -80,6 +80,15 @@ + + + app:layout_constraintTop_toBottomOf="@id/vSeparatorSender" /> + + + app:layout_constraintTop_toBottomOf="@id/vSeparatorSubject" /> + + + app:layout_constraintTop_toBottomOf="@id/vSeparatorHeader" /> + + + app:layout_constraintTop_toBottomOf="@+id/vSeparatorAction" /> + + + app:layout_constraintTop_toBottomOf="@+id/vSeparatorParameters" />