X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_fragment.xml;h=86b8a9ef6ecf959cff381bfc338a8d8f9fa6490f;hp=19bb72fa3d875a213513c573ccd5f9e05c474dec;hb=1da9ab53cfcbd88291785022f1cae225078fcc25;hpb=b78adb39561c840d31f537d5516040352671a805 diff --git a/app/src/main/res/layout/transaction_list_fragment.xml b/app/src/main/res/layout/transaction_list_fragment.xml index 19bb72fa..86b8a9ef 100644 --- a/app/src/main/res/layout/transaction_list_fragment.xml +++ b/app/src/main/res/layout/transaction_list_fragment.xml @@ -20,66 +20,126 @@ 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" - tools:context=".TransactionListActivity"> + app:layout_constraintBottom_toBottomOf="parent" + tools:context="net.ktnx.mobileledger.ui.activity.MainActivity"> - + + + + + + + + + + - - + + + + + + + - + android:gravity="center_vertical" + android:orientation="horizontal" + android:visibility="gone"> - + - + + + + + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/last_update_row"> + android:layout_height="match_parent" + android:scrollbars="vertical" /> + +