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
Post a Comment