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

!22166 修改loadingprogress组件示例代码,使示例代码的实际效果与示例图片效果保持一致

Merge pull request !22166 from zhangDH/loadingprogess
...@@ -45,6 +45,7 @@ struct LoadingProgressExample { ...@@ -45,6 +45,7 @@ struct LoadingProgressExample {
Text('Orbital LoadingProgress ').fontSize(9).fontColor(0xCCCCCC).width('90%') Text('Orbital LoadingProgress ').fontSize(9).fontColor(0xCCCCCC).width('90%')
LoadingProgress() LoadingProgress()
.color(Color.Blue) .color(Color.Blue)
.layoutWeight(1)
}.width('100%').margin({ top: 5 }) }.width('100%').margin({ top: 5 })
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册