Browse Source

update readme.

kongzue 2 năm trước cách đây
mục cha
commit
5d3dce1c13

+ 4 - 4
DialogX/src/main/java/com/kongzue/dialogx/dialogs/CustomDialog.java

@@ -732,10 +732,10 @@ public class CustomDialog extends BaseDialog {
     }
     
     /**
-     * 设置菜单 UI 宽度(单位:像素)
+     * 设置对话框 UI 宽度(单位:像素)
      *
      * @param width 宽度(像素)
-     * @return PopMenu实例
+     * @return CustomDialog实例
      */
     public CustomDialog setWidth(int width) {
         this.width = width;
@@ -748,10 +748,10 @@ public class CustomDialog extends BaseDialog {
     }
     
     /**
-     * 设置菜单 UI 高度(单位:像素)
+     * 设置对话框 UI 高度(单位:像素)
      *
      * @param height 高度(像素)
-     * @return PopMenu实例
+     * @return CustomDialog实例
      */
     public CustomDialog setHeight(int height) {
         this.height = height;

BIN
app/release/app-release.apk


+ 1 - 1
app/release/output-metadata.json

@@ -11,7 +11,7 @@
       "type": "SINGLE",
       "filters": [],
       "versionCode": 44,
-      "versionName": "0.0.44",
+      "versionName": "0.0.45.beta19",
       "outputFile": "app-release.apk"
     }
   ]

BIN
readme/customdialog_align_view.jpg