From: Damyan Ivanov Date: Fri, 21 Dec 2018 20:33:32 +0000 (+0000) Subject: embed progress bar in the last update row X-Git-Tag: v0.3~175 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=e4fbe68f6f12008670bd8c34f14b9e4ce6c111ff embed progress bar in the last update row --- diff --git a/app/src/main/res/layout/transaction_list_fragment.xml b/app/src/main/res/layout/transaction_list_fragment.xml index 08b9b06b..4d3ceb6f 100644 --- a/app/src/main/res/layout/transaction_list_fragment.xml +++ b/app/src/main/res/layout/transaction_list_fragment.xml @@ -27,50 +27,62 @@ - + 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_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/last_update_row">