ZZSwitchWidget.xml 779 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <UIView layout="flex:1,flexDirection:row,justifyContent:space-between,alignItems:center" attr="">
  3. <UILabel name="title" attr="font:PingFangSC-Regular|15,color:#4B7AEA,text:标题"/>
  4. <UIView layout=",position:relative,width:50,height:30" attr="">
  5. <UISwitch name="toggle" layout="position:absolute" attr="on:false"/>
  6. <UILabel name="toggleLabel" layout="position:absolute,left:-2,height:0,width:30,height:100%"
  7. attr="font:PingFangSC-Regular|12,color:#ffffff,text:是,textAlign:center"/>
  8. <UILabel name="toggleOffLabel" layout="position:absolute,right:-2,height:0,width:30,height:100%"
  9. attr="font:PingFangSC-Regular|12,color:#ffffff,text:否,textAlign:center"/>
  10. </UIView>
  11. </UIView>