summaryrefslogtreecommitdiff
path: root/wallet/src/main
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-08-12 11:36:17 -0300
committerTorsten Grote <t@grobox.de>2020-08-12 11:36:55 -0300
commit2d23935587d0efe8f1ebc13985988b3ea369e4dd (patch)
treeda4164d214457f3813e0a403d058dbb85d281119 /wallet/src/main
parent3ab6f1569b307b155de6049ad7207e10bdf97567 (diff)
downloadtaler-android-2d23935587d0efe8f1ebc13985988b3ea369e4dd.tar.gz
taler-android-2d23935587d0efe8f1ebc13985988b3ea369e4dd.tar.bz2
taler-android-2d23935587d0efe8f1ebc13985988b3ea369e4dd.zip
[wallet] fix icon tint declaration (CI lint error)
Diffstat (limited to 'wallet/src/main')
-rw-r--r--wallet/src/main/res/layout/fragment_error.xml2
1 files changed, 1 insertions, 1 deletions
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" />
<TextView