From 2d23935587d0efe8f1ebc13985988b3ea369e4dd Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 12 Aug 2020 11:36:17 -0300 Subject: [wallet] fix icon tint declaration (CI lint error) --- wallet/src/main/res/layout/fragment_error.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wallet/src/main/res') diff --git a/wallet/src/main/res/layout/fragment_error.xml b/wallet/src/main/res/layout/fragment_error.xml index 0f7b047..b9f585f 100644 --- a/wallet/src/main/res/layout/fragment_error.xml +++ b/wallet/src/main/res/layout/fragment_error.xml @@ -28,7 +28,6 @@ android:layout_margin="16dp" android:alpha="0.56" android:src="@drawable/ic_error" - android:tint="@color/red" app:layout_constraintBottom_toTopOf="@+id/errorTitle" app:layout_constraintDimensionRatio="1:1" app:layout_constraintEnd_toEndOf="parent" @@ -36,6 +35,7 @@ app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_bias="0.0" app:layout_constraintVertical_chainStyle="packed" + app:tint="@color/red" tools:ignore="ContentDescription" />