awtk/demos/assets/raw/ui/scroll_bar_h.xml

8 lines
374 B
XML
Raw Normal View History

2018-10-26 07:25:22 +08:00
<window anim_hint="htranslate">
2018-07-02 18:17:35 +08:00
<scroll_bar_m y="0" x="0" h="6" w="100%" max="800" row="20" value="100"/>
<scroll_bar_m y="40" x="0" h="6" w="100%" max="4000" row="20" value="100"/>
<scroll_bar_d y="80" x="0" h="12" w="100%" max="800" row="20" value="100"/>
<scroll_bar_d y="120" x="0" h="12" w="100%" max="4000" row="20" value="100" animatable="false"/>
2018-07-02 18:17:35 +08:00
</window>