From 94fdf1d1296b5c53d9a13dd9bff91f7963ddf7e8 Mon Sep 17 00:00:00 2001 From: zhumingxian Date: Mon, 6 Jun 2022 19:55:15 +0800 Subject: [PATCH] fix: Flexlayout to FlexLayout Signed-off-by: zhumingxian --- en/readme/graphics.md | 2 +- ...\233\276\345\275\242\345\255\220\347\263\273\347\273\237.md" | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/readme/graphics.md b/en/readme/graphics.md index 2b4109457b..1f042454de 100644 --- a/en/readme/graphics.md +++ b/en/readme/graphics.md @@ -16,7 +16,7 @@ The related modules are described as follows: - View: provides application components, including **UIView**, **UIViewGroup**, **UIButton**, **UILabel**, **UILabelButton**, **UIList**, and **UISlider**. - Animator: defines functions for customizing animations. -- Layout: lays out components, including **Flexlayout**, **GridLayout**, and **ListLayout**. +- Layout: lays out components, including **FlexLayout**, **GridLayout**, and **ListLayout**. - Transform: rotates, translates, or scales images. - Event: processes basic events, including click, press, drag, and long press events. - Rendering engine: performs rendering and drawing operations. diff --git "a/zh-cn/readme/\345\233\276\345\275\242\345\255\220\347\263\273\347\273\237.md" "b/zh-cn/readme/\345\233\276\345\275\242\345\255\220\347\263\273\347\273\237.md" index 78c966e968..17db95be3e 100644 --- "a/zh-cn/readme/\345\233\276\345\275\242\345\255\220\347\263\273\347\273\237.md" +++ "b/zh-cn/readme/\345\233\276\345\275\242\345\255\220\347\263\273\347\273\237.md" @@ -15,7 +15,7 @@ - View:应用组件,包括UIView、UIViewGroup、UIButton、UILabel、UILabelButton、UIList、UISlider等。 - Animator:动画模块,开发者可以自定义动画。 -- Layout:布局控件,包括Flexlayout、GridLayout、ListLayout等。 +- Layout:布局控件,包括FlexLayout、GridLayout、ListLayout等。 - Transform:图形变换模块,包括旋转、平移、缩放等。 - Event:事件模块,包括click、press、drag、long press等基础事件。 - Rendering engine:渲染绘制模块。 -- GitLab