鸿蒙HarmonyOS中Image图片组件以及HarmonyOs图标库完全解析

Image 图片组件,支持本地图片和网络图片的渲染展示。

、加载网络图片

1 、需要在 src/main/module.json5 中申请网络权限

"requestPermissions": [
{
"name": "ohos.permission.INTERNET"
}
]
详情参考: https://developer.harmonyos.com/cn/docs/documentation/doc-guides-V3/accesstoken
-guidelines-0000001493744016-V3

2 、加载远程图片

Image('https://www.itying.com/images/202209/goods_img/1176_P_1663733333908.png')

二、加载本地图片  

Image($r('app.media.icon')).width(110).height(110).margin(15)

                

Image($rawfile('icon.png')).width(110).height(110).margin(15)

三、HarmonyOs图标库 

https://developer.harmonyos.com/cn/design/harmonyos-icon/
https://www.iconfont.cn/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值