android 动态圆角,Android 圆角 ImageView类可设置弧度(代码简单)
public class RoundImageView extends ImageView {private Paint paint;private int roundWidth = 50;private int roundHeight = 50;private Paint paint2;public RoundImageView(Context context, AttributeSet att...