/FanLayout

可定制性超强的圆弧滑动组件

Primary LanguageJavaApache License 2.0Apache-2.0

可定制性超强的圆弧滑动组件

效果图   (表情包来源:百度贴吧):

preview preview preview preview preview preview preview preview preview preview

添加依赖:

build.gradle:

allprojects {
    repositories {
        jcenter()
        maven { url "https://github.com/Ifxcyr/FanLayout/raw/master" }
    }
}

app/build.gradle:

implementation 'com.wuyr:fanlayout:1.0.0'

几行代码实现Android弧形滑动 (圆弧滑动辅助) https://github.com/Ifxcyr/ArcSlidingHelper