0

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?

Community
  • 1
  • 1
Pete Houston
  • 14,931
  • 6
  • 47
  • 60

2 Answers2

0

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

Pete Houston
  • 14,931
  • 6
  • 47
  • 60
-1

Try setDialogIcon(null) on your DialogPreference.

LuxuryMode
  • 33,401
  • 34
  • 117
  • 188
  • No, it's the icon appearing when displaying the dialog, not the icon appearing on `PreferenceActivity` – Pete Houston Nov 22 '11 at 03:17
  • Your question was Does anyone know how to remove the icon of DialogPreference **appearing on PreferenceActivity screen? ** But anyways, my answer WAS a suggestion for getting rid of it in the dialog. – LuxuryMode Nov 22 '11 at 03:19