美文网首页
CIrcleImageView

CIrcleImageView

作者: 穿越平行宇宙 | 来源:发表于2019-06-24 12:30 被阅读0次

依赖

implementation 'de.hdodenhof:circleimageview:2.2.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"/>

源网址

相关文章

网友评论

      本文标题:CIrcleImageView

      本文链接:https://www.haomeiwen.com/subject/rhvnqctx.html