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
Today you can just use android:icon attr available since API 11 :)