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

20 lines
828 B
XML

<popup close_when_click_outside="true" h="80" >
<list_view x="0" y="0" w="100%" h="100%" item_height="30">
<scroll_view name="view" x="0" y="0" w="-12" h="100%">
<combo_box_item>
<label name="name" x="10%" w="30%" h="100%" text="apple"/>
<label name="price" x="50%" w="30%" h="100%" text="$5.0"/>
</combo_box_item>
<combo_box_item>
<label name="name" x="10%" w="30%" h="100%" text="pear"/>
<label name="price" x="50%" w="30%" h="100%" text="$6.0"/>
</combo_box_item>
<combo_box_item>
<label name="name" x="10%" w="30%" h="100%" text="peach"/>
<label name="price" x="50%" w="30%" h="100%" text="$7.0"/>
</combo_box_item>
</scroll_view>
<scroll_bar_d name="bar" x="right" y="0" w="12" h="100%" value="0"/>
</list_view>
</popup>