awtk/demos/assets/default/raw/ui/tab_scrollable.xml

22 lines
943 B
XML
Raw Normal View History

2019-07-11 09:11:35 +08:00
<window anim_hint="htranslate" theme="tab_top_compact">
<tab_button_group style="scrollable" x="c" y="12" w="90%" h="30" compact="true" scrollable="true">
<tab_button text="General"/>
2019-07-15 12:00:47 +08:00
<tab_button text="Network" />
<tab_button name="clone_button" text="Security" value="true"/>
2019-07-11 09:11:35 +08:00
</tab_button_group>
<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>
2019-07-15 12:00:47 +08:00
<view name="clone_view" w="100%" h="100%">
2019-07-11 09:11:35 +08:00
<label x="c" y="m" w="100%" h="60" text="Security" />
2019-07-15 12:00:47 +08:00
<button name="clone_tab" x="c" y="bottom:100" w="80" h="40" text="Clone" />
2019-07-11 09:11:35 +08:00
</view>
</pages>
</window>