Hi, i need to use an oval ShapeDrawable as my Button's background. it is done by using:
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval"> <solid android:color="#CCCCCC"> <stroke android:width="2dp" android:color="#FF000000"> </stroke> </solid> </shape> as my Button's background, but i need a border for the shape, to make it looks like a circle inside another circle (one with a color and the other with another color). some idea?? thanks -- 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

