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

93 lines
3.6 KiB
XML

<window anim_hint="htranslate">
<list_view x="0" y="30" w="100%" h="-80" item_height="60">
<scroll_view name="view" x="0" y="0" w="100%" h="100%">
<list_item style="odd_clickable" layout="r1 c0">
<image draw_type="icon" w="30" image="earth"/>
<label w="-30" text="1.Hello AWTK !">
<switch x="r" y="m" w="100" h="20"/>
</label>
</list_item>
<list_item style="even_clickable" layout="r1 c0">
<image draw_type="icon" w="30" image="earth"/>
<label w="-30" text="1.Hello AWTK !">
<switch x="r" y="m" w="100" h="20"/>
</label>
</list_item>
<list_item style="odd_clickable" layout="r1 c0">
<image draw_type="icon" w="30" image="earth"/>
<label w="-30" text="1.Hello AWTK !">
<switch x="r" y="m" w="100" h="20"/>
</label>
</list_item>
<list_item style="even_clickable" layout="r1 c0">
<image draw_type="icon" w="30" image="earth"/>
<label w="-30" text="1.Hello AWTK !">
<switch x="r" y="m" w="100" h="20"/>
</label>
</list_item>
<list_item style="odd_clickable" layout="r1 c0">
<image draw_type="icon" w="30" image="earth"/>
<label w="-30" text="1.Hello AWTK !">
<switch x="r" y="m" w="100" h="20"/>
</label>
</list_item>
<list_item style="even_clickable" layout="r1 c0">
<image draw_type="icon" w="30" image="earth"/>
<label w="-30" text="1.Hello AWTK !">
<switch x="r" y="m" w="100" h="20"/>
</label>
</list_item>
<list_item style="odd_clickable" layout="r1 c0">
<image draw_type="icon" w="30" image="earth"/>
<label w="-30" text="1.Hello AWTK !">
<switch x="r" y="m" w="100" h="20"/>
</label>
</list_item>
<list_item style="even_clickable" layout="r1 c0">
<image draw_type="icon" w="30" image="earth"/>
<label w="-30" text="1.Hello AWTK !">
<switch x="r" y="m" w="100" h="20"/>
</label>
</list_item>
<list_item style="odd_clickable" layout="r1 c0">
<image draw_type="icon" w="30" image="earth"/>
<label w="-30" text="1.Hello AWTK !">
<switch x="r" y="m" w="100" h="20"/>
</label>
</list_item>
<list_item style="even_clickable" layout="r1 c0">
<image draw_type="icon" w="30" image="earth"/>
<label w="-30" text="1.Hello AWTK !">
<switch x="r" y="m" w="100" h="20"/>
</label>
</list_item>
<list_item style="odd_clickable" layout="r1 c0">
<image draw_type="icon" w="30" image="earth"/>
<label w="-30" text="1.Hello AWTK !">
<switch x="r" y="m" w="100" h="20"/>
</label>
</list_item>
<list_item style="even_clickable" layout="r1 c0">
<image draw_type="icon" w="30" image="earth"/>
<label w="-30" text="1.Hello AWTK !">
<switch x="r" y="m" w="100" h="20"/>
</label>
</list_item>
<list_item style="odd_clickable" layout="r1 c0">
<image draw_type="icon" w="30" image="earth"/>
<label w="-30" text="1.Hello AWTK !">
<switch x="r" y="m" w="100" h="20"/>
</label>
</list_item>
<list_item style="even_clickable" layout="r1 c0">
<image draw_type="icon" w="30" image="earth"/>
<label w="-30" text="1.Hello AWTK !">
<switch x="r" y="m" w="100" h="20"/>
</label>
</list_item>
</scroll_view>
<scroll_bar_m name="bar" x="right" y="0" w="6" h="100%" value="0"/>
</list_view>
<button name="close" x="center" y="bottom:10" w="50%" h="30" text="close"/>
</window>