Re: [android-developers] Re: RadioButton setChecked not working on configuration change

2019-11-04 Thread Daniel Tumelo
Where do you set this? On Wednesday, May 12, 2010 at 6:56:50 PM UTC+2, baka wrote: > > setting android:saveEnabled="false" for the RadioButton made this > problem go away. > > On May 11, 6:12 pm, abhi wrote: > > Hello, I am trying to set a RadioButton as checked/not checked through > > code.

[android-developers] Re: radiobutton on radiogroup

2011-11-29 Thread skink
tamil maran wrote: > I have a ListView, which has a TextView and a RadioGroup with 4 > RadioButtons as Children in each row. Now i can select a RadioButton in > each row. But if i scroll the ListView, my Selection is gone or it does not > show correctly. For example, i choose the RadioButton A in

[android-developers] Re: RadioButton setChecked not working on configuration change

2010-05-12 Thread abhi
setting android:saveEnabled="false" for the RadioButton made this problem go away. On May 11, 6:12 pm, abhi wrote: > Hello, I am trying to set a RadioButton as checked/not checked through > code. It is working the first time I set it, but the second time, the > code does not set the button. Here

[android-developers] Re: RadioButton

2009-12-07 Thread Business Talk
Thanks Kumar, that's what I thought. On Dec 7, 6:13 am, "Dexter's Brain" wrote: > Not directly, > > But you can create your Custom Radio button by extending the > RadioButton class, and using your own layout. > > Thanks > Kumar Bibekhttp://tech-droid.blogspot.com > > On Dec 6, 7:35 pm, Business T

[android-developers] Re: RadioButton

2009-12-07 Thread Dexter's Brain
Not directly, But you can create your Custom Radio button by extending the RadioButton class, and using your own layout. Thanks Kumar Bibek http://tech-droid.blogspot.com On Dec 6, 7:35 pm, Business Talk wrote: > Is There any way to possition a text of a RadioButton at the bottom, > centered in

[android-developers] Re: RadioButton size

2008-04-04 Thread hackbod
Don't count on the size of the controls in the light theme being smaller. I think the only reason they are smaller right now is because the graphics for that theme haven't been done yet, so they are still the old non-touch graphics. On Apr 4, 1:40 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote: >  

[android-developers] Re: RadioButton size

2008-04-04 Thread Megha Joshi
There is not attribute to change the radio button image. For light theme this image is a bit smaller as compared to the standard theme. You can change the size of the text associated with the radio button by using android:textSize attribute. On Thu, Apr 3, 2008 at 6:23 PM, DotNetCode <[EMAI