Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
7f8dc6fc
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
7f8dc6fc
编写于
7月 05, 2023
作者:
O
openharmony_ci
提交者:
Gitee
7月 05, 2023
浏览文件
操作
浏览文件
下载
差异文件
!9193 UX二期 Progress组件相关XTS更新
Merge pull request !9193 from sunjiakun/UXII_xts_progress_update_0704
上级
07662e49
e254c2a5
变更
2
展开全部
隐藏空白更改
内联
并排
Showing
2 changed file
with
388 addition
and
45 deletion
+388
-45
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/ets/TestAbility/pages/IndexSec.ets
...nent_progress/src/main/ets/TestAbility/pages/IndexSec.ets
+39
-0
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/ets/test/progressSec.ets
..._ets_component_progress/src/main/ets/test/progressSec.ets
+349
-45
未找到文件。
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/ets/TestAbility/pages/IndexSec.ets
浏览文件 @
7f8dc6fc
...
@@ -200,10 +200,38 @@ struct progressSecTest {
...
@@ -200,10 +200,38 @@ struct progressSecTest {
showDefaultPercentage: this.progress_capsule_showDefaultPercentage_boolean
showDefaultPercentage: this.progress_capsule_showDefaultPercentage_boolean
})
})
Progress({ value: 60, total: 100, type: ProgressType.Capsule })
.key('progress_capsule_resource_judge')
.style({
borderWidth: $r('sys.float.ohos_id_text_margin_vertical'),
borderColor: $r('sys.color.ohos_id_color_connected'),
font: {
size: $r('sys.float.ohos_id_text_margin_vertical'),
weight: this.progress_capsule_fontWeight_number,
style: this.progress_capsule_fontStyle_fontStyle
},
fontColor: $r('sys.color.ohos_id_color_connected'),
content: this.progress_capsule_content_string,
enableScanEffect: this.progress_capsule_enableScanEffect_boolean,
showDefaultPercentage: this.progress_capsule_showDefaultPercentage_boolean
})
Progress({ value: 60, total: 100, type: ProgressType.Ring })
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_default')
.key('progress_ring_default')
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_default_default')
.backgroundColor($r('sys.color.ohos_id_color_component_normal'))
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_default_default_color_begin')
.color($r('sys.color.ohos_id_color_ring_progress_begin'))
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_default_default_color_end')
.color($r('sys.color.ohos_id_color_ring_progress_end'))
Progress({ value: 60, total: 100, type: ProgressType.Ring })
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_number')
.key('progress_ring_number')
.style({
.style({
...
@@ -234,6 +262,17 @@ struct progressSecTest {
...
@@ -234,6 +262,17 @@ struct progressSecTest {
})
})
.color(this.progress_ring_color_purity)
.color(this.progress_ring_color_purity)
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_resource_judge')
.style({
strokeWidth: $r('sys.float.ohos_id_text_margin_vertical'),
shadow: this.progress_ring_shadow_bool,
status: this.progress_ring_status_progressStatus,
enableScanEffect: this.progress_ring_enableScanEffect_boolean
})
.color($r('sys.color.ohos_id_color_background'))
.backgroundColor($r('sys.color.ohos_id_color_connected'))
Progress({ value: 60, total: 100, type: ProgressType.Ring })
Progress({ value: 60, total: 100, type: ProgressType.Ring })
.key('progress_ring_linear_number')
.key('progress_ring_linear_number')
.style({
.style({
...
...
arkui/ace_ets_components_ux/ace_ets_component_progress/src/main/ets/test/progressSec.ets
浏览文件 @
7f8dc6fc
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录