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=4d3ceb6f439f23006ec48294da2735c3d92457a1;hp=bc9ad5994a022e697664e997b62c880086e5c16f;hb=e4fbe68f6f12008670bd8c34f14b9e4ce6c111ff;hpb=235bffb00e2fcf290b7f1a32a68e0ca0d87d9e7c diff --git a/app/src/main/res/layout/transaction_list_fragment.xml b/app/src/main/res/layout/transaction_list_fragment.xml index bc9ad599..4d3ceb6f 100644 --- a/app/src/main/res/layout/transaction_list_fragment.xml +++ b/app/src/main/res/layout/transaction_list_fragment.xml @@ -20,59 +20,80 @@ 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:layout_marginTop="-8dp" + android:layout_marginBottom="-7dp" + android:indeterminate="true" + android:padding="0dp" + android:progressTint="@color/colorPrimary" + android:visibility="invisible" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/last_update_row" /> - + + 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" /> + +