mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-12 12:05:20 +08:00
24 lines
977 B
XML
24 lines
977 B
XML
<window anim_hint="htranslate" theme="tab_bottom_compact">
|
|
<tab_control x="0" y="0" w="100%" h="100%" >
|
|
<pages x="c" y="20" 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>
|
|
</pages>
|
|
<tab_button_group x="c" y="bottom:10" w="90%" h="30" compact="true" >
|
|
<tab_button text="General"/>
|
|
<tab_button text="Network" value="true" />
|
|
<tab_button text="Security"/>
|
|
</tab_button_group>
|
|
</tab_control>
|
|
</window>
|