From a71789092831104130cc11cd31678da35910f254 Mon Sep 17 00:00:00 2001 From: lilinfeng-z <3211270061@qq.com> Date: Fri, 9 Jul 2021 17:17:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9changelog=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 374b1ab..8ee09b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,4 +3,7 @@ ## 0.0.1-SNAPSHOT -ohos 第一个版本,完整实现了原库的全部 api +ohos 第一个版本 + +实现了原库的大部分 api +原库用的是RecyclerView里面的StaggeredGridLayoutManager布局来实现上下滑动重新排列的效果,鸿蒙的ListContainer只有TableLayoutManager和DirectionalLayoutManager布局,无法实现类似的效果 \ No newline at end of file -- Gitee