可定制性超强的圆弧滑动组件
效果图 (表情包来源:百度贴吧):
添加依赖:
build.gradle:
allprojects {
repositories {
jcenter()
maven { url "https://github.com/Ifxcyr/FanLayout/raw/master" }
}
}
app/build.gradle:
implementation 'com.wuyr:fanlayout:1.0.0'