Skip to content

devzeze/slidedialog

Repository files navigation

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

About

A Slide Dialog library that overlaps app bar

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages