-
确认交互效果的Android代码实现-滑动完成
资源介绍
SwipeCoordinator
SwipeCoordinator simplifies the processs of implementing animated swipeable views. It links a view with its parent as a single behavioural unit constrained by the parent boundaries. SwipeCoordinator supports both left-to-right and top-to-bottom direction.
SetUp
Add to top level gradle.build file
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
Add to app module gradle.build file
dependencies {
compile 'com.github.VictorAlbertos:SwipeCoor
- 上一篇: android自动滑块验证码
- 下一篇: android 左右滑动出现箭头提示