Is it possible to define a RadioGroup in a PreferenceActivity? I could only find the ListView when offering multiple-choices.
Am I missing something?
Look at API Demos App - Preferences - Preferences from XML or others examples.
You can basically copy that code. There is an entry that display a list with a radio group.
I don't have the code right now, but you can take a look here, it's similar:
http://www.kaloer.com/android-preferences