摘要:
Rounded corner bitmaps on Androidpublic class RoundedCornerImageView extends ImageView { public RoundedCornerImageView(Context context, AttributeSet attrs) { super(context, attrs); } @Override protected void onDraw(Canvas canvas) { // Round some corners betch! Drawable maiDrawable = getDrawable()... 阅读全文
posted @ 2012-05-24 15:47
DreamSea
阅读(1523)
评论(0)
推荐(0)

浙公网安备 33010602011771号