Is there any way to add EditTextPreference as ListPreference item? What I need is RadioGroup list of preferences (ListPreference is just for that), but the last entry would be something like "Custom" where I need something like EditTextPreference to allow user to add custom value to this preference.
Any ideas how to do it?
Thanx all!