mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-14 09:02:13 +08:00
24 lines
755 B
XML
24 lines
755 B
XML
|
<window name="main" anim_hint="htranslate">
|
||
|
<list_view x="0" y="0" w="100%" h="-40" item_height="60">
|
||
|
<scroll_view name="view" x="0" y="0" w="100%" h="100%">
|
||
|
<button text="0" />
|
||
|
<button text="1" />
|
||
|
<button text="2" />
|
||
|
<button text="3" />
|
||
|
<button text="4" />
|
||
|
<button text="5" />
|
||
|
<button text="6" />
|
||
|
<button text="7" />
|
||
|
<button text="8" />
|
||
|
<button text="9" />
|
||
|
<button text="10" />
|
||
|
<button text="11" />
|
||
|
<button text="12" />
|
||
|
<button text="13" />
|
||
|
<button text="14" />
|
||
|
</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>
|