现在很多的APP都很喜欢圆形的头像,这里就简单的写个圆形的ImageView~ 第三方圆形ImageView控件: RoundedImageView CircleImageView 实现代码: 自定义ImageView:RoundImageView.java 布局代码:activity_main.x ...
分类:
移动开发 时间:
2017-05-26 16:38:19
阅读次数:
260
RoundedImageView是gitHub上面的一个开源组件(https://github.com/vinc3m1/RoundedImageView),实现一些圆形或者圆角矩形是很方便的, 其中,riv_corner_radius是指圆角的大小,简单来说,等于宽度一半时,就是圆形了;小于宽度的一 ...
分类:
其他好文 时间:
2016-08-01 17:10:19
阅读次数:
1615
RoundedImageView,顾名思义,就是“圆形的ImageView”。RoundedImageView是基于Android官方的RoundedBitmapDrawable对ImageView进行的扩展,支持显示圆形,圆角图片。与Github上的众多CircleImageView项目比较,.....
分类:
其他好文 时间:
2015-11-17 23:30:12
阅读次数:
391
在android中,google只提供了对图片的圆形操作,而没有实现对图片的圆形操作,所以我们无法实现上述操作,在此我们将使用框架进行设计(下述框架为as编写): https://github.com/monsterLin/RoundedImageView https://github.com/pu...
分类:
移动开发 时间:
2015-07-21 11:57:23
阅读次数:
167
Android 将图片快速转换成圆角的方法
使用开源项目 RoundedImageView
github上面的开源项目 官方地址为: https://github.com/vinc3m1/RoundedImageView
效果如下:
下面快速的集成进来
步骤分为3个
1: 去github上下载 工程
https://github.com/vinc3m1/RoundedImageView
2: 导入工程
3 在布局中使用它
<com.makeram...
分类:
移动开发 时间:
2014-07-23 17:19:41
阅读次数:
756