I am trying to call getIcon
on a Preference
declared in xml for android. I am calling it in the onCreate
for the preference Activity
after all the resources have been inflated.
The icon shows up but if I do findPreference(key)
then it calls getIcon
and on that preference the icon returned is null
.
Am I missing something?