mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 19:08:54 +00:00
10 lines
380 B
XML
10 lines
380 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 tr_text="english"/>
|
|
<combo_box_item tr_text="chinese" />
|
|
</scroll_view>
|
|
<scroll_bar_d name="bar" x="right" y="0" w="12" h="100%" value="0"/>
|
|
</list_view>
|
|
</popup>
|