From: Damyan Ivanov Date: Sat, 1 Jun 2019 19:21:37 +0000 (+0300) Subject: better color for the new transaction save progress spinner X-Git-Tag: v0.10.1~3 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=01d45c8ed8ce98b2af8c2c7aa9f0e86221cb719f better color for the new transaction save progress spinner the button uses the accent color, so the progress should use the primary --- diff --git a/app/src/main/res/layout/activity_new_transaction.xml b/app/src/main/res/layout/activity_new_transaction.xml index 6b2b1dce..15c292d6 100644 --- a/app/src/main/res/layout/activity_new_transaction.xml +++ b/app/src/main/res/layout/activity_new_transaction.xml @@ -48,6 +48,7 @@ android:layout_height="80dp" android:layout_margin="4dp" android:indeterminate="true" + android:indeterminateTint="@color/colorPrimary" android:visibility="invisible" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" />