I have to add one text view and two radio buttons in the scroll view so after reading all text user can scroll to last and select one of radio button.
but I am unable to add both the components in scroll view, once i added to text view in the scroll view , when I am trying to add Radio group , it is not being added.
So please help me achieve the same.
Regards,
Piks
Since
ScrollViewcan host only one direct child you better add a parent layout common to both i.e. add aLinearLayoutor aRelativeLayoutto yourTextViewandRadioGroupDo something like this..