1
0
Aidan Follestad 10 жил өмнө
parent
commit
79ad33902e
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -96,7 +96,8 @@ new MaterialDialog.Builder(this)
         .show();
 ```
 
-You can limit the maximum size of the icon through the `limitIconToDefaultSize()` or `maxIconSize(int size)` builder method.
+You can limit the maximum size of the icon using the `limitIconToDefaultSize()`, `maxIconSize(int size)`,
+ or `maxIconSizeRes(int sizeRes)` Builder methods.
 
 ---