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 rkabhi1...@gmail.com 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

[android-developers] Re: RadioButton

2009-12-07 Thread Dexter#39;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 roman.businesst...@gmail.com wrote: Is There any way to possition a text of a RadioButton

[android-developers] Re: RadioButton

2009-12-07 Thread Business Talk
Thanks Kumar, that's what I thought. On Dec 7, 6:13 am, Dexter#39;s Brain coomar@gmail.com 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