diff --git a/android/app/src/main/res/layout/fragment_friends.xml b/android/app/src/main/res/layout/fragment_friends.xml
index 3c8e0af6bc..cc541e569e 100644
--- a/android/app/src/main/res/layout/fragment_friends.xml
+++ b/android/app/src/main/res/layout/fragment_friends.xml
@@ -39,7 +39,7 @@
                 app:layout_constraintTop_toTopOf="parent"
                 app:layout_constraintBottom_toBottomOf="parent"
                 android:layout_marginStart="@dimen/activity_horizontal_margin"
-                android:src="@drawable/ic_delete_black_24dp"
+                android:src="@drawable/ic_visit"
                 android:tint="@color/white_opaque"/>
             <TextView android:id="@+id/userActionVisitText"
                 android:layout_width="wrap_content"
@@ -67,7 +67,7 @@
                 app:layout_constraintTop_toTopOf="parent"
                 app:layout_constraintBottom_toBottomOf="parent"
                 android:layout_marginStart="@dimen/activity_horizontal_margin"
-                android:src="@drawable/ic_visit"
+                android:src="@drawable/ic_delete_black_24dp"
                 android:tint="@color/white_opaque"/>
             <TextView android:id="@+id/userActionDeleteText"
                 android:layout_width="wrap_content"