awtk/demos/res/raw/ui/window1.xml
2018-05-26 07:01:12 +08:00

10 lines
529 B
XML

<window name="main" anim_hint="htranslate" x="0" y="0" w="320" h="480">
<button name="bottom" x="10" y="middle" w="25%" h="30" text="Bottom"/>
<button name="top" x="center" y="middle" w="25%" h="30" text="Top"/>
<button name="close" x="right:10" y="middle" w="25%" h="30" text="Close"/>
<slider x="center" y="10" w="80%" h="20" value="10"/>
<slider style="1:img" x="center" y="50" w="80%" h="30" value="20" />
<slider style="1:img" x="center" y="90" w="80%" h="30" value="30" min="5" max="50" step="5"/>
</window>