awtk/demos/res/raw/ui/vtranslate.xml

7 lines
355 B
XML
Raw Normal View History

2018-06-09 18:53:01 +08:00
<window name="main" anim_hint="vtranslate">
2018-06-08 17:03:06 +08:00
<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"/>
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
</window>