]> git.ktnx.net Git - mobile-ledger.git/commitdiff
better color for the new transaction save progress spinner
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 1 Jun 2019 19:21:37 +0000 (22:21 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 1 Jun 2019 19:21:37 +0000 (22:21 +0300)
the button uses the accent color, so the progress should use the primary

app/src/main/res/layout/activity_new_transaction.xml

index 6b2b1dce29784e2f6b2883d712c0b870f7824280..15c292d62523202273407f721769b8c1ed016f7c 100644 (file)
@@ -48,6 +48,7 @@
             android:layout_height="80dp"
             android:layout_margin="4dp"
             android:indeterminate="true"
             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" />
             android:visibility="invisible"
             app:layout_constraintBottom_toBottomOf="parent"
             app:layout_constraintEnd_toEndOf="parent" />