202102-01 Android 滑动Scrollview标题栏渐变效果(仿京东toolbar) Scrollview标题栏滑动渐变仿京东样式(上滑显示下滑渐变消失)/***@ClassNameMyScrollView*@AuthorRex*@Date2021/1/2717:38*/publicclassMyScrollViewextendsScrollView{privateTranslucentListenermTranslucentListener;publicvoidsetTranslucentListener(TranslucentListenertranslucentListener){this.mTranslucentListener=translucentListener;}publicMyScrollView(Contextcontext){this(co... 继续阅读 >