awtk/demos/xml/slide_view.xml
2018-06-07 16:23:44 +08:00

30 lines
985 B
XML

<window>
<slide_view x="10%" y="10%" w="80%" h="80%" active="1" vertical="true" auto_play="1000">
<view x="0" y="0" w="100%" h="100%" layout="5 3 5 10">
<button name="0-1" text="0-1" />
<button name="0-2" text="0-2" />
<button name="0-3" text="0-3" />
</view>
<view x="0" y="0" w="100%" h="100%" layout="w100 h100 5 10">
<image name="1-1" image="message" />
<button name="1-2" text="1-2" />
<button name="1-3" text="1-3" />
<button name="1-3" text="1-3" />
</view>
<view x="0" y="0" w="100%" h="100%" layout="5 3 5 10">
<button name="2-1" text="2-1" />
<button name="2-2" text="2-2" />
<button name="2-3" text="2-3" />
</view>
<view x="0" y="0" w="100%" h="100%" layout="5 3 5 10">
<image name="1-1" image="message" />
<button name="3-1" text="3-1" />
<button name="3-2" text="3-2" />
<button name="3-3" text="3-3" />
</view>
</slide_view>
</window>