Aidan Follestad преди 10 години
родител
ревизия
e3d16691ef
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -222,7 +222,6 @@ Custom views are very easy to implement. To match the dialog show here: http://w
 ```java
 new MaterialDialog.Builder(this)
         .title("Google Wifi")
-        .positiveText("Agree")
         .customView(R.layout.custom_view)
         .positiveText("Connect")
         .positiveColor(Color.parseColor("#03a9f4"))
@@ -333,4 +332,4 @@ MaterialDialog dialog new MaterialDialog.Builder(this)
         .typeface(titleAndActions, contentAndListItems)
         .build()
         .show();
-```
+```