I don't know of a way to do this directly in XML... However, this link should help you to do it in code: http://stackoverflow.com/questions/2459916/how-to-make-an-imageview-to-have-rounded-corners
Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Jul 1, 2012 at 2:00 PM, Alain Tavan <[email protected]> wrote: > Hello, > I search a simple way of setting the corner radius of an imageView. > I start developing on Android and iOS. > > This is really easy to do in iOS (i don't said this to feed some troll) > and i did not found something that works for me. > > Of course i found some imageview extends that enable this kind of feature. > But when i use some external libs to make asynchrone requests... well the > placeholder is round cornered but not the image that got downloaded :( > > isn't there a way to do this directly in the view XML ? > > Thanks in advance for your help. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

