Android 圆角图形和圆角头像的完美实现
/** * 圆角图片控件 */public class RoundImageView extends ImageView { public RoundImageView(Context context) { super(context); init(); } public RoundImageView(Context context, AttributeSet attrs,