A simple slide dialog aligned on top of app bar.
Project contains library and a demo app.
repositories {
jcenter()
}
dependencies {
implementation 'com.dawnlight:slidedialog:1.0@aar'
}SlideDialog.newInstance(this)
.message("Alert Message")
.show();
- devzeze -GitHub
This project is licensed under the MIT License - see the LICENSE file for details
