Remove icon of DialogPreference appearing on PreferenceActivity screen

786 Views Asked by At

Does anyone know how to remove the icon of DialogPreference appearing on PreferenceActivity screen? The icon having down arrow bounded inside a circle (▼), which appears on the preference list.

Similar question to this one: Android: How to remove arrow down icon next to EditTextPreference entry?

2

There are 2 best solutions below

0
On BEST ANSWER

Oh well, I've found the other way around is to create regular Preference, and implement OnPreferenceClickListener to display a dialog.

2
On

Try setDialogIcon(null) on your DialogPreference.