开发者

Android Scrollview interpolation

开发者 https://www.devze.com 2023-03-10 09:41 出处:网络
is it possible to have interpolator on scrollview? I\'d like to have nice animation when scrolling. I have co开发者_JAVA技巧lumns in horizontalscrollview, and I want to scroll to begining of each col

is it possible to have interpolator on scrollview? I'd like to have nice animation when scrolling.

I have co开发者_JAVA技巧lumns in horizontalscrollview, and I want to scroll to begining of each column with interpolator or sth simmilar.

Is it possible?


Using the HorizontalScrollView from the sdk, no.

The Scroller used in that view is declared private and no other access methods are provided.

You could extract the HorizontalScrollView code from the sdk and make changes that way.

0

精彩评论

暂无评论...
验证码 换一张
取 消