awtk/demos/assets/raw/ui/image_list.xml
2018-12-20 11:01:37 +08:00

59 lines
3.7 KiB
XML

<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%">
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
<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>
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
<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>
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
<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>
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
<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>
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
<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>
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
<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>
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
<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>
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
<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>
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
<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>
<list_item style="empty" children_layout="default(r=1,c=3,s=2,m=2)">
<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>