瀏覽代碼

Version 0.0.3 is available again.

Aidan Follestad 10 年之前
父節點
當前提交
a33171da8b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      library/src/main/java/com/afollestad/materialdialogs/MaterialDialog.java

+ 2 - 2
library/src/main/java/com/afollestad/materialdialogs/MaterialDialog.java

@@ -547,8 +547,8 @@ public class MaterialDialog extends DialogBase implements View.OnClickListener,
         /**
          * Sets the fonts used in the dialog.
          *
-         * @param medium  The font used on titles and action buttons.
-         * @param regular The font used everywhere else, like on the content and list items.
+         * @param medium  The font used on titles and action buttons. Null uses the default.
+         * @param regular The font used everywhere else, like on the content and list items. Null uses the default.
          * @return The Builder instance so you can chain calls to it.
          */
         public Builder typeface(Typeface medium, Typeface regular) {