awtk/demos/assets/default/raw/ui/locale.xml

11 lines
517 B
XML
Raw Normal View History

2019-01-26 08:02:18 +08:00
<window tr_text="ok" anim_hint="htranslate" x="0" y="0" w="320" h="480">
2018-06-21 17:42:18 +08:00
<label name="ok" x="10" y="5" w="25%" h="30" tr_text="ok"/>
<label name="cancel" x="right:10" y="5" w="25%" h="30" tr_text="cancel"/>
2019-03-08 18:51:09 +08:00
2019-03-08 19:22:37 +08:00
<image image="flag_${country},flag_none" x="c" y="m:-80" w="80" h="80"/>
2018-06-21 17:42:18 +08:00
<button name="chinese" x="10" y="m" w="25%" h="30" text="Chinese"/>
<button name="english" x="center" y="m" w="25%" h="30" text="English"/>
<button name="close" x="right:10" y="m" w="25%" h="30" text="Close"/>
</window>