Re: [android-developers] Re: Removing / replacing radio button image

2010-05-19 Thread Romain Guy
The radio button drawable is the background drawable. You need to use a 9patch and have a stretch region in which the text will go. On Wed, May 19, 2010 at 9:59 PM, Divkis wrote: > Hi, > > On May 18, 11:10 pm, TreKing wrote: >> On Tue, May 18, 2010 at 12:53 PM, Divkis wrote: >> > Any other idea

[android-developers] Re: Removing / replacing radio button image

2010-05-19 Thread Divkis
Hi, On May 18, 11:10 pm, TreKing wrote: > On Tue, May 18, 2010 at 12:53 PM, Divkis wrote: > > Any other ideas? > > Nope, sorry. I haven't used it myself, but I assumed the setDrawable > functions in that class would be what you were looking for. Nopes there is no such function in either Compoun

Re: [android-developers] Re: Removing / replacing radio button image

2010-05-18 Thread TreKing
On Tue, May 18, 2010 at 12:53 PM, Divkis wrote: > Any other ideas? Nope, sorry. I haven't used it myself, but I assumed the setDrawable functions in that class would be what you were looking for. -

[android-developers] Re: Removing / replacing radio button image

2010-05-18 Thread Divkis
Hi TreKing, > > Could someone please suggest how can I remove / replace the image on a > > radio button? > > Check the documentation for it's base class: CompoundButton to see if > there's something of use there. > I have already checked CompoundButton documentation but I can't seem to find anyt