Changing the position of radio button
Can I change the radio button position from left to right. I mean the green selected button will be on the right and the text on its left. Is it possible? (by default button left, text right) It should be possible to use getCompoundDrawables() and setCompoundDrawables() to rearrange the drawables around the text. To go one step further, perhaps you could perhaps implement your own CheckBoxRight widget based on CheckBox which did that in the onDraw() method after calling super.onDraw(). A final alternative would be to build your own widget directly from TextView and just setCompoundDrawables()