Is it possible to make Radio Buttons in Android, where there are image representation to a button instead of a regular buttons? I want it to look something like that:

The cyan in the middle represents the selected button.
How can I do it?
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.
The
RadioButtonclass has abuttonDrawablemember, derived fromCompoundButton.There are multiple ways you can change this drawable.
From java:
From xml:
If you just want the checked/unchecked state look differently, then
Android xml -> select Drawable in the upper dropdown -> choose
selector (in eclipse)
checkboxes/radiobuttons by using its id.