零基础学鸿蒙编程-UI控件_ToggleButton
原创
什么是ToggleButtonToggleButton是一种用于显示开关状态的按钮控件,也Switch比较相似.基础样例1.普通开关效果图代码xml2.选中开关效果图代码xml3.设置文字效果图代码xml4.设置开关上文字颜色效果图代码xml基础样例完整源代码https:gitee.comhspbcharmonyosdemostreemastertoggleButtonDemo常用属性说明属性名用途ohos:width设置控件宽度,可设置为:matchparent(和父控件一样),matchcontent(按照内容自动伸缩),设置固定值(如200v...