taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit 2d23935587d0efe8f1ebc13985988b3ea369e4dd
parent 3ab6f1569b307b155de6049ad7207e10bdf97567
Author: Torsten Grote <t@grobox.de>
Date:   Wed, 12 Aug 2020 11:36:17 -0300

[wallet] fix icon tint declaration (CI lint error)

Diffstat:
Mwallet/src/main/res/layout/fragment_error.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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" /> <TextView