着急冰棍

文章
3
资源
0
加入时间
3年0月21天

Android 圆角图形和圆角头像的完美实现

/** * 圆角图片控件 */public class RoundImageView extends ImageView { public RoundImageView(Context context) { super(context); init(); } public RoundImageView(Context context, AttributeSet attrs,