mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 13:07:40 +08:00
21 lines
600 B
XML
21 lines
600 B
XML
<window anim_hint="htranslate">
|
|
<button x="0" y="0" w="20" h="20" />
|
|
<scroll_view x="20" y="20" w="200" h="200" virtual_w="400" virtual_h="200" xoffset="100" children_layout="default(w=30,r=1,m=2,s=2)">
|
|
<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>
|
|
</window>
|