From f843ad4d58078a0a9924e11279c2df355ad0c223 Mon Sep 17 00:00:00 2001
From: ZYF949 <446962864@qq.com>
Date: Sat, 31 Jul 2021 10:26:42 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0gitee?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
entry/src/main/resources/base/layout/ability_main.xml | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/entry/src/main/resources/base/layout/ability_main.xml b/entry/src/main/resources/base/layout/ability_main.xml
index 736225a..335d441 100644
--- a/entry/src/main/resources/base/layout/ability_main.xml
+++ b/entry/src/main/resources/base/layout/ability_main.xml
@@ -3,7 +3,6 @@
ohos:id="$+id:root"
xmlns:ohos="http://schemas.huawei.com/res/ohos"
xmlns:app="http://schemas.huawei.com/res/ohos-auto"
- xmlns:tools="http://schemas.android.com/tools"
ohos:height="match_parent"
ohos:width="match_parent"
ohos:focusable_in_touch="true"
@@ -47,8 +46,7 @@
ohos:text="Min:"
ohos:text_color="#424242"
ohos:text_size="13fp"
- ohos:text_weight="700"
- tools:ignore="HardcodedText"/>
+ ohos:text_weight="700"/>
+ ohos:text="01/01/1990"/>
@@ -73,8 +71,7 @@
ohos:text="Max:"
ohos:text_size="13fp"
ohos:text_color="#424242"
- ohos:text_weight="700"
- tools:ignore="HardcodedText"/>
+ ohos:text_weight="700"/>
+ ohos:text="01/01/1990"/>
--
Gitee