Each item in my ListView containt an ImageView and a TextView, this will be filled with remote information.
ListView
ImageView
TextView
I got an URL for t
The problem was in the Layout of the ListView.
The parameter layout_width was set to wrap_content when I changed it to fill_parent the problem disappeared...
layout_width
wrap_content
fill_parent