From a20adabb2cfbaa2a78acac6560d81c27ca721731 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 6 Aug 2020 09:41:16 -0300 Subject: [wallet] show error icon for transactions with error --- wallet/src/main/res/layout/list_item_transaction.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'wallet/src/main/res/layout') diff --git a/wallet/src/main/res/layout/list_item_transaction.xml b/wallet/src/main/res/layout/list_item_transaction.xml index 34712a2..239e656 100644 --- a/wallet/src/main/res/layout/list_item_transaction.xml +++ b/wallet/src/main/res/layout/list_item_transaction.xml @@ -33,7 +33,6 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" - app:tint="?android:colorControlNormal" tools:ignore="ContentDescription" tools:src="@drawable/ic_cash_usd_outline" /> -- cgit v1.2.3