From d81587ddf9707de93af400457a7e0679c8350966 Mon Sep 17 00:00:00 2001 From: lilinfeng-z <3211270061@qq.com> Date: Thu, 19 Aug 2021 11:04:48 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1e80136..98255a1 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ ## 项目介绍 -- 项目名称: ReadMoreTextView -- 所属系列: openharmony的第三方组件适配移植 -- 功能: 带有修剪文本的自定义文本视图 -- 项目移植状态: 给特定文字设置点击事件功能未实现 -- 调用差异: 无 -- 开发版本: sdk6,DevEco Studio 2.2 Beta1 +- 项目名称:ReadMoreTextView +- 所属系列:openharmony的第三方组件适配移植 +- 功能:带有修剪文本的自定义文本视图 +- 项目移植状态:给特定文字设置点击事件功能未实现 +- 调用差异:无 +- 开发版本:sdk6,DevEco Studio 2.2 Beta1 - 基线版本:Release 2.1.0 -- Gitee From 6b34b9c66149b2bc27d83482196c79677feb4072 Mon Sep 17 00:00:00 2001 From: lilinfeng-z <3211270061@qq.com> Date: Thu, 19 Aug 2021 11:21:22 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 98255a1..f4768f3 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ ## 项目介绍 -- 项目名称:ReadMoreTextView -- 所属系列:openharmony的第三方组件适配移植 -- 功能:带有修剪文本的自定义文本视图 -- 项目移植状态:给特定文字设置点击事件功能未实现 -- 调用差异:无 -- 开发版本:sdk6,DevEco Studio 2.2 Beta1 -- 基线版本:Release 2.1.0 +- 项目名称: ReadMoreTextView +- 所属系列: openharmony的第三方组件适配移植 +- 功能: 带有修剪文本的自定义文本视图 +- 项目移植状态: 给特定文字设置点击事件功能未实现 +- 调用差异: 无 +- 开发版本: sdk6,DevEco Studio 2.2 Beta1 +- 基线版本: Release 2.1.0 ## 效果演示 -- Gitee From 9e41a1a9a3937b5b2e50d6adf1f027eba4e0a83b Mon Sep 17 00:00:00 2001 From: lilinfeng-z <3211270061@qq.com> Date: Thu, 19 Aug 2021 13:36:06 +0800 Subject: [PATCH 3/8] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4768f3..cc838ff 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ allprojects { 1) 从XML布局文件创建: ``` - xmlns:app="http://schemas.huawei.com/hap/res-auto" + Date: Thu, 19 Aug 2021 13:38:20 +0800 Subject: [PATCH 4/8] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc838ff..f4768f3 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ allprojects { 1) 从XML布局文件创建: ``` - + xmlns:app="http://schemas.huawei.com/hap/res-auto" Date: Thu, 19 Aug 2021 13:41:54 +0800 Subject: [PATCH 5/8] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index f4768f3..2f75434 100644 --- a/README.md +++ b/README.md @@ -74,17 +74,5 @@ CloudTest代码测试无异常 ## 版权和许可信息 ``` - Copyright 2016 Borja Bravo - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ``` \ No newline at end of file -- Gitee From 1488d221d464b76624a11983d696821e096faaec Mon Sep 17 00:00:00 2001 From: lilinfeng-z <3211270061@qq.com> Date: Thu, 19 Aug 2021 13:43:49 +0800 Subject: [PATCH 6/8] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2f75434..f4768f3 100644 --- a/README.md +++ b/README.md @@ -74,5 +74,17 @@ CloudTest代码测试无异常 ## 版权和许可信息 ``` + Copyright 2016 Borja Bravo + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. ``` \ No newline at end of file -- Gitee From 27138a7bbe405ef158205d46d61082789b798a7a Mon Sep 17 00:00:00 2001 From: lilinfeng-z <3211270061@qq.com> Date: Thu, 19 Aug 2021 13:54:23 +0800 Subject: [PATCH 7/8] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index f4768f3..b15c45e 100644 --- a/README.md +++ b/README.md @@ -77,14 +77,5 @@ CloudTest代码测试无异常 Copyright 2016 Borja Bravo Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + ``` \ No newline at end of file -- Gitee From a4856486004c88b32437884f136e363d40a042eb Mon Sep 17 00:00:00 2001 From: lilinfeng-z <3211270061@qq.com> Date: Thu, 19 Aug 2021 13:55:12 +0800 Subject: [PATCH 8/8] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b15c45e..f4768f3 100644 --- a/README.md +++ b/README.md @@ -77,5 +77,14 @@ CloudTest代码测试无异常 Copyright 2016 Borja Bravo Licensed under the Apache License, Version 2.0 (the "License"); - + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. ``` \ No newline at end of file -- Gitee