Browse Source

Minor README change.

Aidan Follestad 10 years ago
parent
commit
640e85c507
1 changed files with 0 additions and 2 deletions
  1. 0 2
      README.md

+ 0 - 2
README.md

@@ -416,8 +416,6 @@ MaterialDialog dialog = //... initialization via the builder ...
 dialog.setActionButton(DialogAction.NEGATIVE, "New Title");
 ```
 
-Setting an action button's text to null will cause it to be hidden. Do not manually use `setVisibility()` on action button views.
-
 ---
 
 # Theming