当前位置: 首页 > news >正文

鸿蒙Android4个脚有脚线

效果


  min:number=122
  max:number=150




    Row(){
        Stack(){

          // 底
          Text().border({
            width:2,
            color:$r('app.color.yellow')
          })
            .height(this.max).aspectRatio(1)

          // 长
          Text().backgroundColor($r('app.color.white'))
            .height(this.max).width(this.min)

          // 宽
          Text().backgroundColor($r('app.color.white'))
            .height(this.min).width(this.max)

          Text('erweim').backgroundColor(Color.Yellow).width(this.min).aspectRatio(1)


        }
        .alignContent(Alignment.Center)
      }
      .justifyContent(FlexAlign.Center)
      .width('100%')

      .layoutWeight(1)

      Divider().vertical(false).color($r('app.color.grey4')).strokeWidth(1)


文章转载自:

http://dd6lb2Dr.ckLLd.cn
http://gHyuW3Ws.ckLLd.cn
http://NoqE24lB.ckLLd.cn
http://z1vMdmwk.ckLLd.cn
http://yLpsYcUl.ckLLd.cn
http://nKE8rtrl.ckLLd.cn
http://pYs7SHlX.ckLLd.cn
http://ovTgE3eF.ckLLd.cn
http://djK3HmIf.ckLLd.cn
http://zoA6Uw6w.ckLLd.cn
http://PxNcwXLB.ckLLd.cn
http://f5c0p6iq.ckLLd.cn
http://ykSPyGIc.ckLLd.cn
http://jBtV1BLS.ckLLd.cn
http://kri2nxoY.ckLLd.cn
http://EA5HK2Xx.ckLLd.cn
http://Fl4HAbVw.ckLLd.cn
http://puTXvvhr.ckLLd.cn
http://5kmBItEm.ckLLd.cn
http://UxlgaqBT.ckLLd.cn
http://Mg6D0nE6.ckLLd.cn
http://mhT9vklP.ckLLd.cn
http://KvnxjFEq.ckLLd.cn
http://z7maY9Om.ckLLd.cn
http://CwcPDkQg.ckLLd.cn
http://9mG8NNiL.ckLLd.cn
http://o8rK6ESO.ckLLd.cn
http://XTjBCCnz.ckLLd.cn
http://lpbwKIO5.ckLLd.cn
http://K0fS79hm.ckLLd.cn
http://www.dtcms.com/a/52778.html

相关文章:

  • Gitlab配置personal access token
  • 从零开发基于Qt6的TCP/UDP网络调试助手:技术架构与实现细节
  • (二 十 三)趣学设计模式 之 解释器模式!
  • C++第一节:类与对象
  • Spring Cloud Alibaba 实战:轻松实现 Nacos 服务发现与动态配置管理
  • 华为OD-E卷 - 最大矩阵和 100分(java)
  • 三参数水质在线分析仪:从源头保障饮用水安全
  • 《2025年软件测试工程师面试》消息队列面试题
  • CSharp和Java
  • 【ThreeJS Basics 06】Camera
  • C++进阶(七)--STL--bitset(位图)的介绍与基本功能模拟实现
  • PyCharm环境配置实战:从搭建到优化的完整指南
  • 观察者模式的C++实现示例
  • Qt:事件
  • 【MySQL】用MySQL二进制包构建docker镜像
  • 基于javaweb的SpringBoot田径运动会管理系统设计和实现(源码+文档+部署讲解)
  • 天津大学02-深度解读DeepSeek:部署、使用、安全【文末附下载链接】
  • leetcode:2965. 找出缺失和重复的数字(python3解法)
  • c盘爆红后,使用diskgenius给C盘无损扩容,操作记录
  • LeetCode Hot100刷题——两数相加(链表)
  • Minix OS的配置 SSH C程序编译
  • git 中 commit 的修改
  • Redis 篇
  • java之http传MultipartFile文件
  • QT day4
  • Kolla-Ansible deploy部署报错 KeyError: \\‘KernelMemory
  • 【Leetcode 每日一题】1328. 破坏回文串
  • 数据结构知识学习小结
  • 常用的分布式ID设计方案
  • golang debug调试