实现圆形效果 ImageView 图片库 CircleImageView
- 授权协议: Apache 2.0
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/hdodenhof/CircleImageView
- 软件文档: https://github.com/hdodenhof/CircleImageView/blob/master/README.md
- 官方下载: https://github.com/hdodenhof/CircleImageView/archive/master.zip
软件介绍
CircleImageView 是一个轻松帮你实现圆形效果 ImageView 图片库, CircleImageView 是基于 ImageView 扩展出来, 因此它拥有 ImageView 控件所有属性, 简单易用值得你使用的库。
效果图:
使用:
<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"/>

