3D视差效果堆叠布局
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url 'https://www.jitpack.io' }
}
}
dependencies {
implementation 'com.github.goweii:ParallaxStackLayout:${version}'
}
3D视差效果堆叠布局
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url 'https://www.jitpack.io' }
}
}
dependencies {
implementation 'com.github.goweii:ParallaxStackLayout:${version}'
}