Proper RadioGroup in PreferenceActivity

前端 未结 3 471
广开言路
广开言路 2021-01-20 07:59

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:28

    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

    
    

提交回复
热议问题