• Stars
    star
    165
  • Rank 228,906 (Top 5 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

高仿美团APP页面滑动标题栏渐变效果

ObservableScrollView

高仿美团APP页面滑动标题栏渐变效果,博客讲解请见:高仿美团APP页面滑动标题栏渐变效果

效果图

image

用法

直接复制ObservableScrollView类到项目里,然后让Activity去实现ObservableScrollView.OnObservableScrollViewListener接口并实现对应的方法即可(如果布局里嵌套的是带滑动属性的控件如ListView,注意解决滑动冲突),具体用法请参考Demo,注释很全。