How to add icons to Preference

后端 未结 9 915
一生所求
一生所求 2020-12-04 18:19

I\'m making an app that extends the PreferenceActivity and I want to add an icon to each Preference.

I read a similar question, and this is the answer with more repu

9条回答
  •  失恋的感觉
    2020-12-04 18:55

    I'm making an app in that the PreferenceActivity is the main activity and I want to add an icon to each Custom Preference. Like this image:

    That's not a PreferenceActivity.

    How I can add an icon to the PreferenceScreen?

    It will be simpler for you to just create your own activity that happens to save preferences.

    Personally, I would just skip the icon and use the regular PreferenceScreen and PreferenceActivity system.

提交回复
热议问题