I have three RadioButton
's inside a RadioGroup
I removed the check inside the RadioButton
by using android:button="@null"
Now I want to inflate a layout like this screen shot, inside the RadioButton
with "Text A", "Small Title" is that possible?
I want it as RadioButton
so when the "Text A" is clicked it should be showed in the top layout.