自学内容网 自学内容网

鸿蒙--自定义系统级弹层

页面布局,准备一个选择图片的按钮并展示

components/SelectImageIcon.ets

@Builder
export function SelectImageIcon(){
  Row(){
    Image($r('sys.media.ohos_ic_public_add'))
      .width('60%')
      .aspectRatio(1)
      .fillColor(Color.Gray)
  }.width('100%')
  .aspectRatio(1)
  .border({
    width:1,
    color:Colo

原文地址:https://blog.csdn.net/weixin_43285360/article/details/142970238

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!