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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to