awtk/demos/assets/raw/ui/view_message.inc

7 lines
260 B
PHP
Raw Normal View History

<view w="100%" h="100%">
<label x="c" y="m" w="100%" h="60" text="Message" />
<button name="close" x="c" y="bottom:100" w="80" h="40" text="Close" />
2019-04-10 09:08:47 +08:00
<button name="open:back_to_home" x="c" y="m" w="80" h="40" text="Home" />
</view>