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

12 lines
390 B
XML
Raw Normal View History

2018-07-24 19:07:17 +08:00
<window anim_hint="htranslate" theme="tab_top">
2018-07-23 18:53:40 +08:00
<tab_button_group style="highlight" x="0" y="0" w="100%" h="50" >
<tab_button text="Message"/>
<tab_button text="Contact" value="true" />
<tab_button text="Discovery" />
<tab_button text="Me" />
2018-07-23 18:53:40 +08:00
</tab_button_group>
<pages x="0" y="bottom" w="100%" h="-50">
<?include filename="tab_views.inc" ?>
2018-07-23 18:53:40 +08:00
</pages>
</window>