I have a ListPreference with to items.
Now I would like to activate the EditTextPreference only if item2 is selected and deactivated if item1 is selected.
android:dependency=" " does not work
How can I do that?
I found this but I don't understand it: ListPreference dependency