aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/contact.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/contact.xml')
-rw-r--r--src/main/res/layout/contact.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/res/layout/contact.xml b/src/main/res/layout/contact.xml
index 56443c34..29cd9886 100644
--- a/src/main/res/layout/contact.xml
+++ b/src/main/res/layout/contact.xml
@@ -6,14 +6,13 @@
android:background="?android:attr/activatedBackgroundIndicator"
android:padding="8dp">
- <com.makeramen.roundedimageview.RoundedImageView
+ <ImageView
android:id="@+id/contact_photo"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_alignParentLeft="true"
android:scaleType="centerCrop"
- android:src="@drawable/ic_profile"
- app:riv_corner_radius="2dp" />
+ android:src="@drawable/ic_profile" />
<LinearLayout
android:layout_width="wrap_content"