一个很好用的圆形头像控件.

来源:互联网 发布:时尚好听的网络歌曲 编辑:程序博客网 时间:2024/05/22 12:06

1.GitHub地址:

https://github.com/hdodenhof/CircleImageView

2.方法:

    grade依赖:

compile 'de.hdodenhof:circleimageview:2.1.0'
XML文件代码:
<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"/>

3.效果图:

原创粉丝点击