I want to realize the function like:
Male ⊙
Female ⊙
How can I handle this using XML or code?
android:button="@null"
android:drawableRight="@android:drawable/xxxxx"
android:paddingLeft="30dip"
android:text="Male"
You could but you will have to create a customized listview for that.
And at the initialization of your listview either in your XML file or in your code, you will have to specify which style should you choose aside from the native style.