文件名称:Android代码-Android 层叠卡片控件,仿"探探app"
文件大小:1.34MB
文件格式:ZIP
更新时间:2022-08-26 01:16:04
Android代码
效果图
功能
自定义卡片的堆叠效果
自定义卡片移除动画
支持加载更多
使用方式
gradle dependency
// 1. Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
// 2. Add the dependency in your app/build.gradle
dependencies {
compile 'com.github.fashare2015:StackLayout:1.0.0'
}
xml布局
父布局使用clipChildren="false", 使之能全屏拖动