开发者

Android Scrollview interpolation

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜