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?

有帮助吗?

解决方案

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

其他提示

Try setDialogIcon(null) on your DialogPreference.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top