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

9 lines
375 B
XML
Raw Normal View History

2018-10-26 07:25:22 +08:00
<window anim_hint="htranslate" layout="c2 h30 m5 s5">
2018-07-23 18:53:40 +08:00
<button name="open:tab_top" text="Top"/>
<button name="open:tab_bottom" text="Bottom"/>
2018-07-24 12:16:06 +08:00
<button name="open:tab_top_compact" text="Top Compact"/>
<button name="open:tab_bottom_compact" text="Bottom Compact"/>
2018-07-23 18:53:40 +08:00
<button name="open:tab_list" text="List"/>
<button name="close" text="Close"/>
</window>