Replace illustration for add contact nearby error

This commit is contained in:
Torsten Grote
2022-10-25 15:42:34 -03:00
parent c76ed41958
commit 645eba7fe7
9 changed files with 419 additions and 81 deletions

View File

@@ -18,7 +18,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/margin_xlarge">
android:layout_margin="@dimen/margin_large">
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/errorIcon"
@@ -30,8 +30,7 @@
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.25"
app:layout_constraintVertical_chainStyle="packed"
app:srcCompat="@drawable/qr_code_error"
app:tint="?attr/colorControlNormal"
app:srcCompat="@drawable/il_qr_code_error"
tools:ignore="ContentDescription" />
<TextView