mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-14 17:10:51 +08:00
11 lines
448 B
XML
11 lines
448 B
XML
<window anim_hint="htranslate">
|
|
<tab_button_group x="0" y="0" w="100%" h="50" compact="true" >
|
|
<tab_button text="General"/>
|
|
<tab_button text="NewWork" value="true" />
|
|
</tab_button_group>
|
|
<pages x="0" y="bottom" w="100%" h="-50" value="1">
|
|
<view w="100%" h="100%"><label x="c" y="m" w="100%" h="60" text="page1" /> </view>
|
|
<view w="100%" h="100%"><label x="c" y="m" w="100%" h="60" text="page2" /> </view>
|
|
</pages>
|
|
</window>
|