瀏覽代碼

README update.

Aidan Follestad 10 年之前
父節點
當前提交
71a115953a
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -34,9 +34,9 @@ positive action button) to the `colorAccent` attribute of your styles.xml theme.
 
 
 ---
 ---
 
 
-### Stacked Buttons
+### Stacked Action Buttons
 
 
-If you have multiple buttons that together are too wide to fit on one line, the dialog will stack the
+If you have multiple action buttons that together are too wide to fit on one line, the dialog will stack the
 buttons to be vertically orientated.
 buttons to be vertically orientated.
 
 
 ```java
 ```java
@@ -53,7 +53,7 @@ On a tablet, this will be no different that the basic example. On a smaller phon
 
 
 ---
 ---
 
 
-### Neutral Button
+### Neutral Action Button
 
 
 You can specify neutral text in addition to the positive and negative text. It will show the neutral
 You can specify neutral text in addition to the positive and negative text. It will show the neutral
 action on the far left.
 action on the far left.
@@ -73,7 +73,7 @@ new MaterialDialog.Builder(this)
 
 
 ### Callbacks
 ### Callbacks
 
 
-To know when the user selects a button, you set a callback. There's three variations of the callback for the action buttons:
+To know when the user selects an action button, you set a callback. There's three variations of the callback for the action buttons:
 
 
 ```java
 ```java
 new MaterialDialog.Builder(this)
 new MaterialDialog.Builder(this)