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=25b6a57f6b833416cf0814fcf8bc0ea1565fcba5;hp=c871f2ad4213e11c25ad64c9aa10489044b026a2;hb=742d3e8ab5f4cf63a3eb7d017cd8f0a1edbcfe37;hpb=95cf1db4897d97d1be0ec8e5a7c5d11de26efa85 diff --git a/app/src/main/res/layout/transaction_list_fragment.xml b/app/src/main/res/layout/transaction_list_fragment.xml index c871f2ad..25b6a57f 100644 --- a/app/src/main/res/layout/transaction_list_fragment.xml +++ b/app/src/main/res/layout/transaction_list_fragment.xml @@ -20,66 +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"> + + - + + + - + 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" /> + +