I created a dynamic radio group.
By default it is like this:
(o) XX
(o) XX
(o) XX
How can I achieve the buttons to be the following dynamically:
(o) X (o) X (o) X
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See developers site:
http://developer.android.com/reference/android/widget/LinearLayout.html#setOrientation(int)
Just make sure your RadioButton width is wrap_content.
Similar question (not dynamic): Manage Layout Inside a Horizontal Oriented Radiogroup