CIrcleImageView

2019-06-24  本文已影响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"/>

源网址

上一篇下一篇

猜你喜欢

热点阅读