|
@@ -1,4 +1,3 @@
|
|
-
|
|
|
|
# Material Dialogs
|
|
# Material Dialogs
|
|
|
|
|
|

|
|

|
|
@@ -34,8 +33,6 @@ dependencies {
|
|
|
|
|
|
### What's New
|
|
### What's New
|
|
|
|
|
|
-This is a fork of the main progect that adds a couple of preference dialogs
|
|
|
|
-
|
|
|
|
See the project's Releases page for a list of versions with their changelogs.
|
|
See the project's Releases page for a list of versions with their changelogs.
|
|
|
|
|
|
[  ](https://github.com/afollestad/material-dialogs/releases)
|
|
[  ](https://github.com/afollestad/material-dialogs/releases)
|
|
@@ -551,4 +548,4 @@ MaterialDialog dialog new MaterialDialog.Builder(this)
|
|
// ... other initialization
|
|
// ... other initialization
|
|
.autoDismiss(false)
|
|
.autoDismiss(false)
|
|
.show();
|
|
.show();
|
|
-```
|
|
|
|
|
|
+```
|