Kaynağa Gözat

Update README.md

Aidan Follestad 10 yıl önce
ebeveyn
işleme
e3d16691ef
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  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();
-```
+```