From: Damyan Ivanov Date: Sat, 15 Dec 2018 19:38:44 +0000 (+0000) Subject: themed color for the transaction list loading progress bar X-Git-Tag: v0.3~222 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=235bffb00e2fcf290b7f1a32a68e0ca0d87d9e7c themed color for the transaction list loading progress bar --- diff --git a/app/src/main/res/layout/transaction_list_fragment.xml b/app/src/main/res/layout/transaction_list_fragment.xml index 6906ac1a..bc9ad599 100644 --- a/app/src/main/res/layout/transaction_list_fragment.xml +++ b/app/src/main/res/layout/transaction_list_fragment.xml @@ -58,6 +58,7 @@ android:indeterminate="true" android:indeterminateBehavior="cycle" android:progress="40" + android:progressTint="@color/colorPrimary" android:visibility="gone" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"