浏览代码

README update.

Aidan Follestad 10 年之前
父节点
当前提交
2b09f1fce6
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -36,7 +36,8 @@ positive action button) to the `colorAccent` attribute of your styles.xml theme.
 
 ### Stacked Buttons
 
-If the action text is too long, it will stack the buttons as also seen on Google's Material design guidelines.
+If you have multiple buttons that together are too wide to fit on one line, the dialog will stack the
+buttons to be vertically orientated.
 
 ```java
 new MaterialDialog.Builder(this)
@@ -48,6 +49,8 @@ new MaterialDialog.Builder(this)
         .show();
 ```
 
+On a tablet, this will be no different that the basic example. On a smaller phone, they will stack.
+
 ---
 
 ### Neutral Button