HarmonyOS 设置冷启动的背景图

现在需求是启动页是一张图,冷启动的时候会有一会的白屏。

HarmonyOS
2024-11-01 09:24:37
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
superinsect

​设置启动背景图与颜色:

在模块的src > main > module.json5文件的abilities数组中,添加startWindowIcon和startWindowBackground字段。其中,startWindowIcon字段索引模块下resources > base > media中的图标资源, startWindowBackground字段索引resources > base > element > color.json中的color,例:​

"startWindowIcon": "$media:startIcon", 
"startWindowBackground": "$color:start_window_background",
分享
微博
QQ
微信
回复
2024-11-01 15:18:20
相关问题
HarmonyOS APP可以直接设置启动吗?
426浏览 • 1回复 待解决
冷启动报错Error message
1981浏览 • 1回复 待解决
HarmonyOS 如何统计应用冷启动耗时
282浏览 • 1回复 待解决
HarmonyOS 背景图片如何填充满组件
314浏览 • 1回复 待解决
HarmonyOS Push点击冷启动跳转问题
342浏览 • 1回复 待解决
HarmonyOS冷启动相关性能分析
273浏览 • 1回复 待解决
如何提升应用冷启动速度?
352浏览 • 1回复 待解决
UIAbility冷启动过程是怎样
563浏览 • 1回复 待解决
冷启动首帧完成时延问题分析
321浏览 • 1回复 待解决