Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created June 13, 2019 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PatilShreyas/5d4c853c4aa9c93544fdf027012495a6 to your computer and use it in GitHub Desktop.
Save PatilShreyas/5d4c853c4aa9c93544fdf027012495a6 to your computer and use it in GitHub Desktop.
MaterialButton mDialog = new MaterialDialog.Builder(this)
// Other Methods to create Dialog........
.setAnimation(R.raw.delete_anim)
.build()
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment