Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/design/default/ui/select1.xml
2025-09-30 11:56:06 +08:00

20 lines
1.1 KiB
XML

<popup anim_hint="bottom_to_top" x="0" y="bottom" w="100%" h="160" highlight="default(alpha=80)"
close_when_click_outside="true">
<dialog_title style="empty" x="0" y="0" w="100%" h="30">
<button on:click="close()" x="5" y="middle" w="60" h="-4" text="Done" focusable="true"/>
<label x="center" y="middle" w="128" h="-4" text="Select one" />
<button on:click="close()" x="right:5" y="middle" w="60" h="-4" text="Cancel" focusable="true"/>
</dialog_title>
<dialog_client x="0" y="bottom" w="100%" h="-30">
<list_view x="0" y="0" w="100%" h="100%" item_height="30">
<scroll_view name="view" x="0" y="0" w="100%" h="100%">
<radio_button style="odd_icon_right" name="c1" text="Book" focusable="true" focused="true"/>
<radio_button style="even_icon_right" name="c2" text="Pencil" focusable="true"/>
<radio_button style="odd_icon_right" name="c1" text="Food" focusable="true"/>
<radio_button style="even_icon_right" name="c2" text="Bike" focusable="true"/>
</scroll_view>
<scroll_bar_m name="bar" x="right" y="0" w="6" h="100%" value="0"/>
</list_view>
</dialog_client>
</popup>