未验证 提交 98ac3fde 编写于 作者: O openharmony_ci 提交者: Gitee

!5009 【OpenHarmony开源贡献者计划2022】fix: Flexlayout to FlexLayout

Merge pull request !5009 from rtos_ming/Flexlayout
......@@ -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.
......
......@@ -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:渲染绘制模块。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册