I am currently developing a small application, and I need to have two custom RadioButton
(Man / Woman) like this in this example:
The problem is that I cannot make the frames around the image, because I can not put LinearLayout
in the RadioGroup
, otherwise both RadioButton
are selected ...
Would you have a solution?
Thank you...