From: Damyan Ivanov Date: Fri, 21 Dec 2018 18:50:16 +0000 (+0000) Subject: fix scroll container height (was goung outside the screen); enable vartical scroll bar X-Git-Tag: v0.3~190 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=0a84e9d51777c88736e24c3503f8f136682b5ff5 fix scroll container height (was goung outside the screen); enable vartical scroll bar --- diff --git a/app/src/main/res/layout/transaction_list_fragment.xml b/app/src/main/res/layout/transaction_list_fragment.xml index c871f2ad..09f5611e 100644 --- a/app/src/main/res/layout/transaction_list_fragment.xml +++ b/app/src/main/res/layout/transaction_list_fragment.xml @@ -22,6 +22,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" app:layout_behavior="@string/appbar_scrolling_view_behavior" + app:layout_constraintBottom_toBottomOf="parent" tools:context=".TransactionListActivity"> + android:layout_height="match_parent" + android:scrollbars="vertical" />