How to make an ImageView to have rounded rectangle
Posted
by michael
on Stack Overflow
See other posts from Stack Overflow
or by michael
Published on 2010-03-17T04:32:52Z
Indexed on
2010/03/17
4:41 UTC
Read the original article
Hit count: 169
cocoa-touch
Hi,
In android, ImageView is a rectangle by default. Is it possible to make it a rounded rectangle (clipped off all 4 corners of my Bitmap to be rounded rectangles) in the ImageView? If yes, can you please tell me now can I do that?
Thank you.
© Stack Overflow or respective owner