Jelajahi Sumber

README update.

Aidan Follestad 10 tahun lalu
induk
melakukan
2b09f1fce6
1 mengubah file dengan 4 tambahan dan 1 penghapusan
  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