Hi, I am trying to find solution where I can apply round corners to an image.
1) I have tried to set android:background and in drawable <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item > <shape> <solid android:color="#50FFFFFF"/> <corners android:radius="11dp" /> </shape> </item> </layer-list> but it applies to background of imageview but not to the image 2) are there any bitmap or drawables methods that will help me in creating a bitmap from a given bitmap with rounded corners. I did some google search on google as well as the developers group, nothing came up regarding this. 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

