Skip to content Skip to sidebar Skip to footer

Setting Android:background Is Messing Up The Text For My Radiobutton

I built this for Android 2.2 Here is my code. The java is generated by eclipse. The xml I changed. package foo.bar.radiobuttontest; import android.app.Activity; import android.os.

Solution 1:

I've been searching a bit and I've found that what @kcoppock proposed was right. Here you find radio button style, and this is the referenced background image:

alt text

It's a nine-patch whose content area excludes the "radio" area. I guess one could start from this image to make a custom background.

Post a Comment for "Setting Android:background Is Messing Up The Text For My Radiobutton"