![]() |
1
12
支持的滚动列表的方式
http://developer.android.com/reference/android/widget/AbsListView.html#smoothScrollToPosition(int) 但是,由于您特别提到要垂直偏移视图,因此必须调用:
http://developer.android.com/reference/android/widget/ListView.html#setSelectionFromTop(int,%20int)
http://developer.android.com/reference/android/widget/ListView.html#smoothScrollByOffset(int) |
![]() |
2
10
|
![]() |
3
3
|
|
4
1
目前,ListViewCompat可能是一个更好的解决方案。
|
![]() |
5
0
如果你想按像素移动,你可以用这个
|