Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 610 Bytes

File metadata and controls

39 lines (24 loc) · 610 Bytes

Slide Dialog

A simple slide dialog aligned on top of app bar.

Getting Started

Project contains library and a demo app.

Adding dependency

repositories {
    jcenter()
}

dependencies {
    implementation 'com.dawnlight:slidedialog:1.0@aar'
}

Usage

Slide Dialog

SlideDialog.newInstance(this)
                    .message("Alert Message")
                    .show();

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details