android 自定义圆形imageview控件,非常好用...
分类:
移动开发 时间:
2014-08-12 13:42:24
阅读次数:
189
※效果
※代码
/**
* 转换图片成圆形
*
* @param bitmap
* 传入Bitmap对象
* @return
*/
public Bitmap toRoundBitmap(Bitmap bitmap) {
int width = bitmap.getWidth();
int heigh...
分类:
其他好文 时间:
2014-07-29 12:57:56
阅读次数:
263