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

11 lines
500 B
XML
Raw Normal View History

2019-04-10 09:08:47 +08:00
<window children_layout="default(c=2,h=30,m=5,s=5)">
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"/>
2019-07-11 09:11:35 +08:00
<button name="open:tab_scrollable" text="Scrollable"/>
2019-12-18 15:39:12 +08:00
<button name="open:tab_dynamic_list" text="tab_dynamic_list"/>
2018-07-23 18:53:40 +08:00
<button name="close" text="Close"/>
</window>