awtk/design/default/ui/rich_text.xml

21 lines
884 B
XML
Raw Normal View History

2018-07-28 19:45:28 +08:00
<window anim_hint="htranslate" >
2019-06-04 18:04:52 +08:00
<rich_text x="0" y="0" w="100%" h="60">
<property name="text">
<![CDATA[<image name="bricks"/><font align_v="middle">hello awtk!</font><font color="red" size="32">ZLG</font>]]>
</property>
</rich_text>
2022-09-09 11:04:44 +08:00
<rich_text x="0" y="70" w="100%" h="60" tr_text="hello world" />
2019-06-04 18:04:52 +08:00
2020-01-08 11:37:47 +08:00
<rich_text line_gap="5" x="0" y="140" w="100%" h="300">
2019-06-04 18:04:52 +08:00
<property name="text">
<![CDATA[
<image name="bricks"/><font color="gold" align_v="bottom" size="24">hello awtk!</font><font color="green" size="20">ProTip! The feed shows you events from people you follow and repositories you watch.
hello world!
</font><font color="red" size="20">确定取消中文字符测试。确定。取消。中文字符测试。</font>"
]]>
</property>
</rich_text>
2018-07-28 19:45:28 +08:00
<button name="close" text="Close" x="c" y="bottom:10" w="25%" h="40" />
</window>