浏览代码

Update README.md

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();
-```
+```