Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/design/default/ui/scroll_view.xml
刘可亮 3b4064f334 v1.0.2
2023-11-30 19:48:02 +08:00

50 lines
2.4 KiB
XML

<window anim_hint="htranslate">
<view x="0" y="0" w="100%" h="70%">
<scroll_view x="10%" y="10%" w="80%" h="80%" xoffset="0" yoffset="0" recursive="true" style.normal.border_color="#ff0000" >
<view x="1" y="1" w="30" h="30" style.normal.border_color="#0000ff" >
<image image="earth" name="earth1" x="0" y="0" w="24" h="24"/>
</view>
<view x="1" y="100" w="30" h="30" style.normal.border_color="#0000ff">
<image image="earth" x="0" y="0" w="24" h="24"/>
</view>
<view x="1" y="200" w="30" h="30" style.normal.border_color="#0000ff">
<image image="earth" x="0" y="0" w="24" h="24"/>
</view>
<view x="1" y="300" w="30" h="30" style.normal.border_color="#0000ff">
<image image="earth" x="0" y="0" w="24" h="24"/>
</view>
<view x="1" y="400" w="60" h="60" style.normal.border_color="#0000ff">
<view x="0" y="5" w="50" h="50" style.normal.border_color="#ff00ff">
<image image="earth" name="earth2" x="0" y="b" w="24" h="24"/>
</view>
</view>
<view x="100" y="100" w="30" h="30" style.normal.border_color="#0000ff">
<image image="earth" x="0" y="0" w="24" h="24"/>
</view>
<view x="200" y="200" w="30" h="30" style.normal.border_color="#0000ff">
<image image="earth" x="0" y="0" w="24" h="24"/>
</view>
<view x="300" y="300" w="30" h="30" style.normal.border_color="#0000ff">
<image image="earth" x="0" y="0" w="24" h="24"/>
</view>
<view x="370" y="370" w="30" h="30" style.normal.border_color="#0000ff">
<image image="earth" x="0" y="0" w="24" h="24"/>
</view>
<view x="400" y="400" w="60" h="60" style.normal.border_color="#0000ff">
<image image="earth" name="earth3" x="0" y="0" w="24" h="24"/>
</view>
<view x="200" y="400" w="30" h="30" style.normal.border_color="#0000ff">
<image image="earth" name="earth4" x="60" y="60" w="24" h="24"/>
</view>
</scroll_view>
<scroll_bar_d name="bar_h" x="10%" y="b" w="80%" h="10%" value="0"/>
<scroll_bar_d name="bar_v" x="r" y="10%" w="10%" h="80%" value="0"/>
</view>
<view x="0" y="b" w="100%" h="30%" children_layout="default(c=2,r=4,m=5,s=5)" >
<button name="focused:earth1" text="earth1" />
<button name="focused:earth2" text="earth2" />
<button name="focused:earth3" text="earth3" />
<button name="focused:earth4" text="earth4" />
</view>
</window>