How to scroll an android listview, with 2 items -


hi i'm using following circular list view has 3 items not fill_parent, how force scrolling last item ends @ bottom of screen , first item in middle , on.

have tried capture de event by

@override public boolean onintercepttouchevent(motionevent ev) {     return super.onintercepttouchevent(ev); } 

but not work

thank best regards


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -