awtk/demos/assets/raw/ui/tab_top_compact.xml

22 lines
865 B
XML
Raw Normal View History

2018-07-24 12:16:06 +08:00
<window anim_hint="htranslate" theme="tab_top_compact">
<tab_button_group x="c" y="12" w="90%" h="30" compact="true" >
2018-07-23 18:53:40 +08:00
<tab_button text="General"/>
2018-07-24 12:16:06 +08:00
<tab_button text="Network" value="true" />
<tab_button text="Security"/>
2018-07-23 18:53:40 +08:00
</tab_button_group>
2018-07-24 12:16:06 +08:00
<pages x="c" y="42" w="90%" h="-60" value="1">
<view w="100%" h="100%">
<label x="c" y="m" w="100%" h="60" text="General" />
<button name="close" x="c" y="bottom:100" w="80" h="40" text="Close" />
</view>
<view w="100%" h="100%">
<label x="c" y="m" w="100%" h="60" text="Network" />
<button name="close" x="c" y="bottom:100" w="80" h="40" text="Close" />
</view>
<view w="100%" h="100%">
<label x="c" y="m" w="100%" h="60" text="Security" />
<button name="close" x="c" y="bottom:100" w="80" h="40" text="Close" />
</view>
2018-07-22 14:22:09 +08:00
</pages>
</window>