awtk/demos/assets/default/raw/ui/locale.xml
2019-10-18 03:18:12 -07:00

11 lines
517 B
XML

<window tr_text="ok" anim_hint="htranslate" x="0" y="0" w="320" h="480">
<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"/>
<image image="flag_${country},flag_none" x="c" y="m:-80" w="80" h="80"/>
<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>