I implemented a gallery, and inside it I have many listviews from left to right. For some reason Gallery works great with all views but not with listview. With listview, whe
This worked for me
listView.setTranscriptMode(ListView.TRANSCRIPT_MODE_ALWAYS_SCROLL);