I have a custom list adapter:
class ResultsListAdapter extends ArrayAdapter {
in the overridden \'getView\' method I do a
I got rid of this issue when I changed both layout_width and layout_height to match_parent (changing only layout_height didn't help).
Helpful note watch out if you have nested items. You've got to change the "highest" one to match_parent. Hope it helps someone.