From f183cda73d3a93f6ab2121eaf125d215da999c56 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 18 Apr 2023 15:41:38 +0200 Subject: [PATCH] hide social buttons instead of having them empty --- app/src/main/res/layout/item_view_contact_source.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/item_view_contact_source.xml b/app/src/main/res/layout/item_view_contact_source.xml index 83200895..46d58f63 100644 --- a/app/src/main/res/layout/item_view_contact_source.xml +++ b/app/src/main/res/layout/item_view_contact_source.xml @@ -34,6 +34,7 @@ android:background="?attr/selectableItemBackgroundBorderless" android:padding="@dimen/small_margin" android:scaleType="centerCrop" + android:visibility="gone" app:shapeAppearanceOverlay="@style/roundedImageView" tools:src="@drawable/ic_whatsapp_rect_vector" />