awtk/design/default/ui/list_view.xml

11 lines
528 B
XML
Raw Normal View History

2018-12-20 11:01:37 +08:00
<window anim_hint="htranslate" children_layout="default(c=1,h=30,m=5,s=5)">
2018-07-05 15:22:04 +08:00
<button name="open:list_view_d" text="Desktop Style"/>
<button name="open:list_view_m" text="Mobile Style"/>
<button name="open:list_view_vh" text="Variable Height"/>
2018-07-18 08:49:02 +08:00
<button name="open:list_view_h" text="Horizontal"/>
2018-07-18 14:15:50 +08:00
<button name="open:image_list" text="Image List"/>
2018-07-19 19:26:52 +08:00
<button name="open:select1" text="Single Choose"/>
<button name="open:selectm" text="Multiple Choose"/>
2018-07-05 15:22:04 +08:00
<button name="close" text="Close"/>
2018-07-04 17:27:32 +08:00
</window>