How can I display four radio buttons which are inside a radioGroup on android such that the positions of the radio buttons are as follow:
top left
top right
bottom left
bottom right
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.
Go to this link Images of Radio Button -> Download images of Radio button (both presses and unpressed) -> set unpressed Radio button image as background image of button widget and onclick change image of button to pressed Radio button image.
You can use Relative layout the to position the button and other properties of Radio button you have define in your own logic in Java code for simple buttons.