From: Damyan Ivanov Date: Wed, 22 May 2019 18:55:30 +0000 (+0300) Subject: New transaction: use the accent color for the FAB (same as in main activity) X-Git-Tag: v0.10.1~8 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=de56dd5b2e9c76fd970bc19a0709e6dba37504c8 New transaction: use the accent color for the FAB (same as in main activity) --- diff --git a/app/src/main/res/layout/activity_new_transaction.xml b/app/src/main/res/layout/activity_new_transaction.xml index dc631aac..6b2b1dce 100644 --- a/app/src/main/res/layout/activity_new_transaction.xml +++ b/app/src/main/res/layout/activity_new_transaction.xml @@ -60,7 +60,7 @@ android:padding="@dimen/fab_margin" android:tint="@android:color/white" android:visibility="gone" - app:backgroundTint="?colorPrimary" + app:backgroundTint="?colorAccent" app:layout_constraintBottom_toBottomOf="@id/save_transaction_progress" app:layout_constraintEnd_toEndOf="@id/save_transaction_progress" app:layout_constraintStart_toStartOf="@id/save_transaction_progress"