From e4fbe68f6f12008670bd8c34f14b9e4ce6c111ff Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Fri, 21 Dec 2018 20:33:32 +0000 Subject: [PATCH] embed progress bar in the last update row --- .../res/layout/transaction_list_fragment.xml | 70 +++++++++++-------- 1 file changed, 41 insertions(+), 29 deletions(-) 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">