圆形ImageView(可设置边缘厚度和颜色)--第三方开源--CircleImageView

 

下载地址:https://github.com/hdodenhof/CircleImageView

 

使用的时候直接在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"/>

 

posted on 2016-01-21 14:22  Z2  阅读(494)  评论(0编辑  收藏  举报

导航