Ver Fonte

Merge branch 'master' of https://github.com/marchold/material-dialogs

marchold há 10 anos atrás
pai
commit
0c39b49086
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -1,3 +1,4 @@
+
 # Material Dialogs
 
 ![Screenshots](https://github.com/afollestad/material-dialogs/blob/master/art/screenshots.png)
@@ -33,6 +34,8 @@ dependencies {
 
 ### 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.
 
 [ ![View Releases](http://dabuttonfactory.com/b.png?t=View%20Releases&f=sans-serif-Bold&ts=14&tc=ffffff&c=5&bgt=unicolored&bgc=1466A7&hp=20&vp=11) ](https://github.com/afollestad/material-dialogs/releases)
@@ -548,4 +551,4 @@ MaterialDialog dialog new MaterialDialog.Builder(this)
         // ... other initialization
         .autoDismiss(false)
         .show();
-```
+```