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

12 lines
552 B
XML
Raw Normal View History

2018-07-24 19:07:17 +08:00
<window anim_hint="htranslate" theme="tab_bottom">
2018-07-23 18:53:40 +08:00
<pages x="0" y="0" w="100%" h="-60" style="at_top">
<?include filename="tab_views.inc" ?>
2018-07-23 18:53:40 +08:00
</pages>
<tab_button_group x="0" y="bottom" w="100%" h="60" >
<tab_button icon="msg" active_icon="msg_active" text="Message"/>
<tab_button icon="contact" active_icon="contact_active" text="Contact" value="true" />
<tab_button icon="discovery" active_icon="discovery_active" text="Discovery" />
<tab_button icon="me" active_icon="me_active" text="Me" />
</tab_button_group>
</window>