X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_fragment.xml;h=35bd5c801c9952960cafdf194d5421f66f2ad5f5;hb=aa4c87766cd8ba1c16ff39d16e34881f0430d52c;hp=6906ac1aed9dc52069f5425dfda3d33ffe8f587b;hpb=a983099d6150044a08a1fbc601d9af9bd8d0c0a8;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 6906ac1a..35bd5c80 100644 --- a/app/src/main/res/layout/transaction_list_fragment.xml +++ b/app/src/main/res/layout/transaction_list_fragment.xml @@ -20,58 +20,97 @@ 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:elevation="24dp" + android:orientation="horizontal"> - - + - + + + + + + + + + + + + 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" /> + +