<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Used ref https://github.com/hdodenhof/CircleImageView-->
<de.hdodenhof.circleimageview.CircleImageView
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/profile_image"
android:layout_width="96dp"
android:layout_height="96dp"
android:src="@drawable/lokesh"
app:civ_border_width="0dp"
android:layout_marginTop="25dp"
android:layout_centerInParent="true"
app:civ_border_color="#FF000000"/>
</RelativeLayout>