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 - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -