I have a ListView which has many TextViews.

Each TextView has different texts. They are usually 2 or more pages.

How can I scroll this ListView by pixel?


At first I thought scrollBy works but then it doesn't show the next
item.

Later I implemented with a few of dispatchTouchEvent(). but then I
have to create a MotionEvent everytime.


I believe there should be something.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to