From d20ba30c40bccba3a7317fee7d20cc3aece2e8b0 Mon Sep 17 00:00:00 2001 From: xuechangfeng <963779172@qq.com> Date: Tue, 29 Jun 2021 16:51:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local.properties | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 local.properties diff --git a/local.properties b/local.properties deleted file mode 100644 index 94e0440..0000000 --- a/local.properties +++ /dev/null @@ -1,13 +0,0 @@ -## This file is automatically generated by DevEco Studio. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must *NOT* be checked into Version Control Systems, -# as it contains information specific to your local configuration. -# -# Location of the SDK. This is only used by Gradle. -# For customization when using a Version Control System, please read the -# header note. -#Tue Jun 29 15:40:50 CST 2021 -native.dir=C\:\\Users\\Administrator\\AppData\\Local\\Huawei\\Sdk\\native\\2.1.1.21 -nodejs.dir=C\:\\Program Files\\nodejs -hwsdk.dir=C\:\\Users\\Administrator\\AppData\\Local\\Huawei\\Sdk -- Gitee From d269599f852edf8d217cd8c75e30926ed39922e1 Mon Sep 17 00:00:00 2001 From: xuechangfeng <963779172@qq.com> Date: Tue, 29 Jun 2021 16:54:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9codecheck?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/src/main/java/com/tylersuehr/chips/FlowLayout.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/main/java/com/tylersuehr/chips/FlowLayout.java b/library/src/main/java/com/tylersuehr/chips/FlowLayout.java index d6ec967..ad361a9 100644 --- a/library/src/main/java/com/tylersuehr/chips/FlowLayout.java +++ b/library/src/main/java/com/tylersuehr/chips/FlowLayout.java @@ -434,7 +434,7 @@ public class FlowLayout extends ComponentContainer implements Component.Estimate * Sets the vertical spacing between rows in pixels. Use SPACING_AUTO to evenly place all rows * in vertical. * - * @param setRowSpacing + * @param rowSpacing 行间距 */ public void setRowSpacing(float rowSpacing) { mRowSpacing = rowSpacing; -- Gitee