awtk/demos/assets/raw/ui/test_view.xml

5 lines
170 B
XML
Raw Normal View History

2019-04-12 17:21:28 +08:00
<view x="c" y="m" w="50%" h="50%">
2019-05-20 17:22:26 +08:00
<button x="c" y="m" w="80" h="30" text="cancel" name="cancel"/>
<button x="c" y="m" w="80" h="30" tr_text="ok" name="ok"/>
2019-04-12 17:21:28 +08:00
</view>