I want to set the icon in ListPreference items in android.
ListPreference
What to write in ListPreference or where to write to set the list items icon?
You need to use a custom layout for your ListPreference.
eg:
And add what you want to your custom layout.