I’m trying to get layout as below:
|–r–|—c—|
|–r–|—t—|
the widgets at “r” position is radiobutton, at “c” is combobox and at “t” is edittext.
I wish:
When the first “r” is selected , the “c” is enabled and the “t” is disabled;
When the second “r” is selected, the “c” is disabled and the “t” is enabled;
Is that possible? How?
1 Answer