Skip to content

NestedScrollView吸顶控件,相同两个控件来实现吸顶效果

Notifications You must be signed in to change notification settings

Wiser-Wong/CeilingScrollLayout

Repository files navigation

CeilingScrollLayout

NestedScrollView吸顶控件,通过两个相同布局来实现吸顶效果

截图

images

环境配置

 allprojects {
    repositories {
      ...
      maven { url 'https://jitpack.io' }
    }
  }

    dependencies {
          implementation 'com.github.Wiser-Wong:CeilingScrollLayout:1.1.0'
  }

使用说明

CeilingScrollLayout

  • csl_layoutId : 吸顶布局展示ID
  • csl_oLayoutId : 原布局展示ID

About

NestedScrollView吸顶控件,相同两个控件来实现吸顶效果

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages