开源框架 CircleImageView

A fast circular ImageView perfect for profile images. This is based on RoundedImageView from Vince Mi which itself is based on techniques recommended by Romain Guy.

 

dependencies {
    ...
    compile 'de.hdodenhof:circleimageview:2.2.0'
}


<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/profile"
    app:civ_border_width="2dp"
    app:civ_border_color="#FF000000"/>

https://github.com/hdodenhof/CircleImageView

 

posted @ 2017-11-19 20:08  施行  阅读(281)  评论(0编辑  收藏  举报