I was wondering if anyone here could help me getting rounded corners for my gallery items.

I followed the Hello Gallery tutorial, and ended up with something like this:

enter image description here

I really wanted this items to have rounded corners though. Any way of doing that?

Thanks

link|improve this question

This seems to be duplicate of stackoverflow.com/questions/2459916/… since it uses ImageView – Lycha Oct 28 '11 at 19:56
Yes, I have seen that, but I'm trying to get the borders to be rounded, not the image itself. – Marcos Placona Oct 28 '11 at 20:15
feedback

1 Answer

Unless I'm misunderstanding the question, a basic 9-patch with transparency would solve this. Just have the rounded corners outside the stretchable area (as in the linked example), and the middle part transparent. Layout this over the images.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.