awtk/design/default/ui/list_view_h.xml
2021-09-03 15:08:32 +08:00

57 lines
3.1 KiB
XML

<window anim_hint="htranslate">
<list_view_h x="center" y="10" w="90%" h="100" item_width="200" spacing="5">
<scroll_view name="view" w="100%" h="100%">
<image style="border" draw_type="auto" image="1" text="1"/>
<image style="border" draw_type="auto" image="2" text="2"/>
<image style="border" draw_type="auto" image="3" text="3"/>
<image style="border" draw_type="auto" image="1" text="4"/>
<image style="border" draw_type="auto" image="2" text="5"/>
<image style="border" draw_type="auto" image="3" text="6"/>
<image style="border" draw_type="auto" image="1" text="7"/>
<image style="border" draw_type="auto" image="2" text="8"/>
<image style="border" draw_type="auto" image="3" text="9"/>
<image style="border" draw_type="auto" image="1" text="10"/>
<image style="border" draw_type="auto" image="2" text="11"/>
<image style="border" draw_type="auto" image="3" text="12"/>
<image style="border" draw_type="auto" image="1" text="13"/>
<image style="border" draw_type="auto" image="2" text="14"/>
<image style="border" draw_type="auto" image="3" text="15"/>
<image style="border" draw_type="auto" image="1" text="16"/>
<image style="border" draw_type="auto" image="2" text="17"/>
<image style="border" draw_type="auto" image="3" text="18"/>
</scroll_view>
</list_view_h>
<list_view_h name="variable width" x="center" y="128" w="90%" h="100" spacing="5">
<scroll_view name="view" w="100%" h="100%">
<button focusable="true" text="0" w="50%"/>
<button focusable="true" text="1" w="50px"/>
<button focusable="true" text="2.hello" w="80%"/>
<button focusable="true" text="3.hello AWTK" w="160px"/>
<button focusable="true" text="4.hello AWTK" w="170px"/>
<button focusable="true" text="5.hello AWTK" w="180px"/>
<button focusable="true" text="6.hello AWTK" w="190px"/>
<button focusable="true" text="7.hello AWTK" w="200px"/>
<button focusable="true" text="8.hello AWTK" w="210px"/>
<button focusable="true" text="9.hello AWTK" w="220px"/>
<button focusable="true" text="10.hello AWTK" w="230px"/>
<button focusable="true" text="11.hello AWTK" w="240px"/>
</scroll_view>
</list_view_h>
<list_view_h name="variable width" x="center" y="258" w="90%" h="100" spacing="5">
<scroll_view name="view" w="100%" h="100%">
<button auto_adjust_size="true" focusable="true" text="a" />
<button auto_adjust_size="true" focusable="true" text="ab" />
<button auto_adjust_size="true" focusable="true" text="abc" />
<button auto_adjust_size="true" focusable="true" text="abcd" />
<button auto_adjust_size="true" focusable="true" text="abcde" />
<button auto_adjust_size="true" focusable="true" text="abcdef" />
<button auto_adjust_size="true" focusable="true" text="abcdef" />
<button auto_adjust_size="true" focusable="true" text="abcdefg" />
<button auto_adjust_size="true" focusable="true" text="abcdefgh" />
</scroll_view>
</list_view_h>
<button focusable="true" name="close" x="center" y="bottom:10" w="50%" h="30" text="close"/>
</window>