From: Damyan Ivanov Date: Wed, 20 May 2020 19:47:40 +0000 (+0300) Subject: fix transaction sending progress color to follow the theme X-Git-Tag: v0.14.0~66 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=d1a20e88e630a79a78a6d0ee08c2186ae530d0f7;ds=sidebyside fix transaction sending progress color to follow the theme --- diff --git a/app/src/main/res/layout/fragment_new_transaction_saving.xml b/app/src/main/res/layout/fragment_new_transaction_saving.xml index 886d9057..162d17d8 100644 --- a/app/src/main/res/layout/fragment_new_transaction_saving.xml +++ b/app/src/main/res/layout/fragment_new_transaction_saving.xml @@ -38,7 +38,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:indeterminate="true" - android:progressTint="@color/colorAccent" + android:progressTint="?attr/colorAccent" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"