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=ef5f446e621074764aeb6c0f31388b6e15c00cf6;hp=6906ac1aed9dc52069f5425dfda3d33ffe8f587b;hb=8297cc53a98875b87a810a656d37bf3d9268a14d;hpb=a983099d6150044a08a1fbc601d9af9bd8d0c0a8 diff --git a/app/src/main/res/layout/transaction_list_fragment.xml b/app/src/main/res/layout/transaction_list_fragment.xml index 6906ac1a..ef5f446e 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:text="\?" + tools:ignore="HardcodedText" /> @@ -67,11 +69,20 @@ android:id="@+id/transaction_swipe" android:layout_width="match_parent" android:layout_height="0dp" + app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintTop_toBottomOf="@+id/transaction_progress_bar"> + android:layout_height="match_parent" + android:scrollbars="vertical" /> + +