当然还有,我们写了一个样式,所以需要在styles样式中添加:
<!-- 圆形ImageView --> <declare-styleable name="RoundImageView"> <attr name="border_thickness" format="dimension" /> <attr name="border_inside_color" format="color" /> <attr name="border_outside_color" format="color" /> </declare-styleable>OK,这样,圆形的的效果就能出来了,是不是很简单呢?当然,自定义View那一块想了解的可以深入。毕竟,你只会用,看不懂源代码也是不太好吧?是不是呢?
(Eclipse版本)源代码传送门:
(Android Studio版本)源代码传送门:
https://github.com/QQ986945193/DavidZoomImageViewRoundDemo