awtk/design/default/ui/selectm.xml
2020-10-10 12:11:50 +08:00

19 lines
1.0 KiB
XML

<dialog anim_hint="bottom_to_top" x="0" y="bottom" w="100%" h="160">
<dialog_title style="empty" x="0" y="0" w="100%" h="30">
<button name="quit" x="5" y="middle" w="60" h="-4" text="Done" focusable="true"/>
<label x="center" y="middle" w="128" h="-4" text="Select multiple"/>
<button name="quit" 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%">
<check_button style="odd_icon_right" name="c1" text="Book" focusable="true" focused="true"/>
<check_button style="even_icon_right" name="c2" text="Pencil" focusable="true"/>
<check_button style="odd_icon_right" name="c1" text="Food" focusable="true"/>
<check_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>
</dialog>