2022
04-20
04-20
Android实现快速滚动FastScrollView效果
先看效果图:publicclassFastScrollViewextendsScrollView{privateRectmBarRect=newRect();privateintmScrollExWidth;privateintmScrollExHeight;privatebooleanmScrollStart;privateintdx,dy;privateintmRightPadding;publicFastScrollView(Contextcontext){super(context);init();}publicFastScrollView(Contextcontext,AttributeSetattrs)...
继续阅读 >