I think there are two options: - use android:button to override the radio button with your image - set android:button to @null and then the radio button will go away and you'll be able to see your image.
Regards, elliot On Sep 25, 4:02 pm, jonathan <[email protected]> wrote: > I tries to modify the look of radiobutton: > <style name="MyRadioButton" > parent="android:Widget.CompoundButton.RadioButton"> > <item name="android:textColor">#FF0000</item> > <item name="android:background">@drawable/btn_radio</item> > </style> > > android:background doesn't seem to be the right property, the radio > button image gets stretched and placed in the background of the radio > button itself and its label. > thanks for any pointers --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

