Refactoring

This commit is contained in:
M66B 2021-07-18 15:23:49 +02:00
parent e58885cf57
commit fe8202595a
3 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@
app:layout_constraintBottom_toBottomOf="@+id/tvFrom"
app:layout_constraintStart_toEndOf="@id/ibAvatar"
app:layout_constraintTop_toTopOf="@+id/tvFrom"
app:srcCompat="@drawable/checkmarks"
app:srcCompat="@drawable/verified"
app:tint="?attr/colorAccent" />
<ImageButton

View File

@ -65,7 +65,7 @@
app:layout_constraintBottom_toBottomOf="@+id/tvFrom"
app:layout_constraintStart_toEndOf="@id/ibAvatar"
app:layout_constraintTop_toTopOf="@+id/tvFrom"
app:srcCompat="@drawable/checkmarks"
app:srcCompat="@drawable/verified"
app:tint="?attr/colorAccent" />
<ImageButton