mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-12 12:05:20 +08:00
8 lines
442 B
XML
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> |