• Stars
    star
    188
  • Rank 205,563 (Top 5 %)
  • Language
    Java
  • Created almost 8 years ago
  • Updated about 7 years ago

Reviews

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

Repository Details

自定义Behavior,实现QQ联系人tab和header动画

CustomBehavior

自定义CoordinatorLayout的Behavior,实现QQ联系人tab和header动画

效果

大概思路

  1. 布局 主要分三部分,header TabLayout ViewPager,由于CoordinatorLayout继承自ViewGroup,类似FrameLayout,所以需要将子View定位,定位思路重写onLayoutChild,细节查看HeaderTabViewBehavior和HeaderViewPagerBehavior
    • Tab依赖于Header
    • ViewPager依赖于Tab
  2. 滑动 在onNestedPreScroll内处理header的垂直平移