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

!16026 翻译完成 15797:更新columnsplit示例

Merge pull request !16026 from ester.zhou/TR-15797
......@@ -47,6 +47,7 @@ struct ColumnSplitExample {
Text('4').width('100%').height(50).backgroundColor(0xD2B48C).textAlign(TextAlign.Center)
Text('5').width('100%').height(50).backgroundColor(0xF5DEB3).textAlign(TextAlign.Center)
}
.borderWidth(1)
.resizeable(true) // The divider can be dragged.
.width('90%').height('60%')
}.width('100%')
......@@ -54,4 +55,4 @@ struct ColumnSplitExample {
}
```
![en-us_image_0000001212378422](figures/en-us_image_0000001212378422.gif)
![en-us_image_0000001219982708](figures/en-us_image_0000001219982708.gif)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册