awtk/demos/xml/slide_view.xml

23 lines
715 B
XML
Raw Normal View History

2018-06-05 11:42:29 +08:00
<window>
<slide_view x="0" y="0" w="100%" h="100%" active="1">
<view x="0" y="0" w="100%" h="100%" layout="8% 5 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="8 5 5 10">
<button name="2-1" text="2-1" />
<button name="2-2" text="2-2" />
<button name="2-3" text="2-3" />
</view>
</slide_view>
</window>