summaryrefslogtreecommitdiff
path: root/wallet/src
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/src')
-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