awtk/demos/assets/raw/ui/calibration.xml

9 lines
506 B
XML
Raw Normal View History

2018-06-16 09:11:12 +08:00
<window>
2018-07-17 11:27:14 +08:00
<button style="cross" name="tl" x="20" y="20" w="32" h="32" text=""/>
<button style="cross" name="tr" x="right:20" y="20" w="32" h="32" text=""/>
<button style="cross" name="bl" x="20" y="bottom:20" w="32" h="32" text=""/>
<button style="cross" name="br" x="right:20" y="bottom:20" w="32" h="32" text=""/>
<button style="cross" name="cm" x="center" y="middle" w="32" h="32" text=""/>
2018-06-16 09:11:12 +08:00
<label name="tips" x="center" y="middle:50" w="32" h="32" text="calibration"/>
</window>