소스 검색

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) {