Proper RadioGroup in PreferenceActivity

前端 未结 3 701
被撕碎了的回忆
被撕碎了的回忆 2021-01-20 07:27

Is it possible to define a RadioGroup in a PreferenceActivity? I could only find the ListView when offering multiple-choices.

Am I missing something?

3条回答
  •  野性不改
    2021-01-20 08:20

    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

    
    

提交回复
热议问题