awtk/design/default/ui/win_anim/popup.xml
2023-07-24 08:24:05 +08:00

8 lines
442 B
XML

<popup name="popup" x="c" y="m" w="294" h="136" close_when_click="true">
<label x="c" y="0" h="36" w="50" text="popup"/>
<view x="0" y="b" w="100%" h="-36">
<button name="open:center" x="c:-55" y="50" w="100" h="36" text="open dialog"/>
<button name="open:window" x="c:55" y="50" w="100" h="36" text="open window"/>
<edit name="edit" x="c" y="10" w="-20" h="36" tips="test keyboard popup" auto_fix="true"/>
</view>
</popup>