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 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