##Usage
<com.vincent.roundimageview.view.RoundImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:src="@mipmap/image"
app:type="circle" />
<com.vincent.roundimageview.view.RoundImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
app:radius="20dp"
app:src="@mipmap/image"
app:type="round" />
<com.vincent.roundimageview.view.RoundImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
app:radius="35dp"
app:src="@mipmap/image"
app:type="round" />