awtk/design/default/ui/scroll_view_v.xml
2020-08-16 08:50:11 +08:00

21 lines
639 B
XML

<window anim_hint="htranslate">
<scroll_view x="0" y="20" w="100%" h="200" virtual_w="200" virtual_h="400" yoffset="100" children_layout="default(h=30,c=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>
<button name="close" x="center" y="bottom:10" w="50%" h="30" text="close"/>
</window>