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
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.