ModalSheet is a library that handle a background layout with parallax effect and foreground layout with scrolling layout.
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.ldr-git:ModalSheet:v0.0.5'
}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.