smoothScrollToPosition() only scrolls partway in Android ICS?

前端 未结 5 1882
闹比i
闹比i 2021-02-04 18:05

In Gingerbread, I had no issues with using smoothScrollToPosition() to scroll across dozens of items at a time. After my Nexus S was upgraded to Ice Cream Sandwich, I noticed th

5条回答
  •  忘了有多久
    2021-02-04 18:43

    If your goal is to scroll to the top, consider using smoothScrollToPositionFromTop(0,0). instead.

提交回复
热议问题