a circle imageView for android
dependencies {
...
compile 'com.cool:circleimageview:1.0.1'
}
<com.cool.library.widget.CircleImageView
xmlns:me="http://schemas.android.com/apk/res-auto"
android:layout_width="200dp"
android:layout_height="200dp"
android:src="@mipmap/ic_launcher"
me:borderWidth="2dp"
me:borderColor="@color/colorAccent"/>