Created
June 13, 2019 07:39
-
-
Save PatilShreyas/45242fc3b02391ab511ea8c0ce7ecdda to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MaterialButton mDialog = new MaterialDialog.Builder(this) | |
// Other Methods to create Dialog........ | |
.setAnimation("delete_anim.json") | |
.build() | |
//... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment