From c674b8a024072daa40b5f8bc609336bd53de188c Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 30 Sep 2019 12:51:43 +0200 Subject: [PATCH] Rules should behave! --- app/src/main/res/layout/fragment_rule.xml | 1200 +++++++++++---------- 1 file changed, 603 insertions(+), 597 deletions(-) diff --git a/app/src/main/res/layout/fragment_rule.xml b/app/src/main/res/layout/fragment_rule.xml index e5b9aaf57a..d050ce2894 100644 --- a/app/src/main/res/layout/fragment_rule.xml +++ b/app/src/main/res/layout/fragment_rule.xml @@ -1,606 +1,611 @@ - - + android:layout_height="match_parent" + app:layout_behavior=".BehaviorBottomPadding"> - + android:layout_height="0dp" + android:orientation="vertical" + android:padding="12dp" + android:scrollbarStyle="outsideOverlay" + app:layout_constraintBottom_toTopOf="@+id/bottom_navigation" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> - - - - - - - - - - - - - - - - - - - - - + android:descendantFocusability="beforeDescendants" + android:focusable="true" + android:focusableInTouchMode="true"> - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - - - + + + - + - - \ No newline at end of file + + + \ No newline at end of file