码迷,mamicode.com
首页 >  
搜索关键字:roundedimageview    ( 5个结果
Android学习笔记-绘制圆形ImageView实例
现在很多的APP都很喜欢圆形的头像,这里就简单的写个圆形的ImageView~ 第三方圆形ImageView控件: RoundedImageView CircleImageView 实现代码: 自定义ImageView:RoundImageView.java 布局代码:activity_main.x ...
分类:移动开发   时间:2017-05-26 16:38:19    阅读次数:260
RoundedImageView,实现圆形、圆角矩形的注意事项
RoundedImageView是gitHub上面的一个开源组件(https://github.com/vinc3m1/RoundedImageView),实现一些圆形或者圆角矩形是很方便的, 其中,riv_corner_radius是指圆角的大小,简单来说,等于宽度一半时,就是圆形了;小于宽度的一 ...
分类:其他好文   时间:2016-08-01 17:10:19    阅读次数:1615
开源项目:RoundedImageView
RoundedImageView,顾名思义,就是“圆形的ImageView”。RoundedImageView是基于Android官方的RoundedBitmapDrawable对ImageView进行的扩展,支持显示圆形,圆角图片。与Github上的众多CircleImageView项目比较,.....
分类:其他好文   时间:2015-11-17 23:30:12    阅读次数:391
Android程序设计-圆形图片的实现
在android中,google只提供了对图片的圆形操作,而没有实现对图片的圆形操作,所以我们无法实现上述操作,在此我们将使用框架进行设计(下述框架为as编写): https://github.com/monsterLin/RoundedImageView https://github.com/pu...
分类:移动开发   时间:2015-07-21 11:57:23    阅读次数:167
Android图片圆角转换 RoundedImageView开源项目 小记
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
5条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!