awtk/demos/res/raw/ui/tab_top_compact.xml
2018-07-23 18:53:40 +08:00

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>