فهرست منبع

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

Aidan Follestad 9 سال پیش
والد
کامیت
9e7a38c522
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1019,7 +1019,7 @@ If you don't want the dialog to automatically be dismissed when an action button
 the user selects a list item:
 
 ```java
-MaterialDialog dialog new MaterialDialog.Builder(this)
+MaterialDialog dialog = new MaterialDialog.Builder(this)
         // ... other initialization
         .autoDismiss(false)
         .show();