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

59 lines
3.7 KiB
XML
Raw Normal View History

2018-07-18 14:15:50 +08:00
<window anim_hint="htranslate">
<list_view x="0" y="0" w="100%" h="-50" item_height="60">
<scroll_view name="view" x="0" y="0" w="-12" h="100%">
2018-12-20 11:01:37 +08:00
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
2018-07-18 14:15:50 +08:00
<image selectable="true" style="selectable" draw_type="auto" image="1" />
<image selectable="true" style="selectable" draw_type="auto" image="2" />
<image selectable="true" style="selectable" draw_type="auto" image="3" />
</list_item>
2018-12-20 11:01:37 +08:00
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
2018-07-18 14:15:50 +08:00
<image selectable="true" style="selectable" draw_type="auto" image="1" />
<image selectable="true" style="selectable" draw_type="auto" image="2" />
<image selectable="true" style="selectable" draw_type="auto" image="3" />
</list_item>
2018-12-20 11:01:37 +08:00
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
2018-07-18 14:15:50 +08:00
<image selectable="true" style="selectable" draw_type="auto" image="1" />
<image selectable="true" style="selectable" draw_type="auto" image="2" />
<image selectable="true" style="selectable" draw_type="auto" image="3" />
</list_item>
2018-12-20 11:01:37 +08:00
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
2018-07-18 14:15:50 +08:00
<image selectable="true" style="selectable" draw_type="auto" image="1" />
<image selectable="true" style="selectable" draw_type="auto" image="2" />
<image selectable="true" style="selectable" draw_type="auto" image="3" />
</list_item>
2018-12-20 11:01:37 +08:00
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
2018-07-18 14:15:50 +08:00
<image selectable="true" style="selectable" draw_type="auto" image="1" />
<image selectable="true" style="selectable" draw_type="auto" image="2" />
<image selectable="true" style="selectable" draw_type="auto" image="3" />
</list_item>
2018-12-20 11:01:37 +08:00
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
2018-07-18 14:15:50 +08:00
<image selectable="true" style="selectable" draw_type="auto" image="1" />
<image selectable="true" style="selectable" draw_type="auto" image="2" />
<image selectable="true" style="selectable" draw_type="auto" image="3" />
</list_item>
2018-12-20 11:01:37 +08:00
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
2018-07-18 14:15:50 +08:00
<image selectable="true" style="selectable" draw_type="auto" image="1" />
<image selectable="true" style="selectable" draw_type="auto" image="2" />
<image selectable="true" style="selectable" draw_type="auto" image="3" />
</list_item>
2018-12-20 11:01:37 +08:00
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
2018-07-18 14:15:50 +08:00
<image selectable="true" style="selectable" draw_type="auto" image="1" />
<image selectable="true" style="selectable" draw_type="auto" image="2" />
<image selectable="true" style="selectable" draw_type="auto" image="3" />
</list_item>
2018-12-20 11:01:37 +08:00
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
2018-07-18 14:15:50 +08:00
<image selectable="true" style="selectable" draw_type="auto" image="1" />
<image selectable="true" style="selectable" draw_type="auto" image="2" />
<image selectable="true" style="selectable" draw_type="auto" image="3" />
</list_item>
2018-12-20 11:01:37 +08:00
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
2018-07-18 14:15:50 +08:00
<image selectable="true" style="selectable" draw_type="auto" image="1" />
<image selectable="true" style="selectable" draw_type="auto" image="2" />
<image selectable="true" style="selectable" draw_type="auto" image="3" />
</list_item>
</scroll_view>
<scroll_bar_d name="bar" x="right" y="0" w="12" h="100%" value="0"/>
</list_view>
<button name="close" x="center" y="bottom:10" w="50%" h="30" text="close"/>
</window>