Custom ArrayAdapter for a Spinner: drop down view not working properly
问题 I created a custom ArrayAdapter for a Spinner . The difference is, that it shows images from an ArrayList of a complex class instead of plain text. It works so far. The Images and the radio buttons are displayed as desired. The problem is, that the drop down view doesn't behave correctly: it doesn't close on a click and only the radio buttons are clickable instead of the whole view. Does anybody has an idea what's wrong? Do I have to implement some kind of listener in the adapter ?? Here's