第三方系列之圆形图片

虽然Glide无上NB,But 项目Src 的 ImageView 变圆形....

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

很实用 

猜你喜欢

转载自blog.csdn.net/flypig_vip/article/details/80842509