X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;ds=sidebyside;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_fragment.xml;h=2cd0d99d5d76b67afe42442985dcbdf6dea0e39a;hb=170c042bdd7abf60d7306b9526a5a01becfa793c;hp=c871f2ad4213e11c25ad64c9aa10489044b026a2;hpb=95cf1db4897d97d1be0ec8e5a7c5d11de26efa85;p=mobile-ledger.git diff --git a/app/src/main/res/layout/transaction_list_fragment.xml b/app/src/main/res/layout/transaction_list_fragment.xml index c871f2ad..2cd0d99d 100644 --- a/app/src/main/res/layout/transaction_list_fragment.xml +++ b/app/src/main/res/layout/transaction_list_fragment.xml @@ -20,8 +20,9 @@ xmlns:tools="http://schemas.android.com/tools" android:id="@+id/transaction_list" android:layout_width="match_parent" - android:layout_height="wrap_content" + android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior" + app:layout_constraintBottom_toBottomOf="parent" tools:context=".TransactionListActivity"> - - + android:layout_height="match_parent" + android:scrollbars="vertical" /> + +