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

|
|

|
|
@@ -33,6 +34,8 @@ 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)
|
|
@@ -548,4 +551,4 @@ MaterialDialog dialog new MaterialDialog.Builder(this)
|
|
// ... other initialization
|
|
// ... other initialization
|
|
.autoDismiss(false)
|
|
.autoDismiss(false)
|
|
.show();
|
|
.show();
|
|
-```
|
|
|
|
|
|
+```
|