From 01d45c8ed8ce98b2af8c2c7aa9f0e86221cb719f Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sat, 1 Jun 2019 22:21:37 +0300 Subject: [PATCH] better color for the new transaction save progress spinner the button uses the accent color, so the progress should use the primary --- app/src/main/res/layout/activity_new_transaction.xml | 1 + 1 file changed, 1 insertion(+) 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" /> -- 2.39.2