Files
MAX_CARLINK_A270S/MXC_A27-PCB4.5-270T/lib/awtk/awtk/design/default/ui/label.xml
2025-01-21 16:49:37 +08:00

31 lines
1.0 KiB
XML

<window children_layout="default(c=3,r=4)">
<label style="left" line_wrap="true" word_wrap="true" >
<property name="text">
it
is
a multiline sample
(left)
</property>
</label>
<label style="center" tr_text="multi line text"/>
<label style="right" line_wrap="true" text="it\nis\na multiline sample\n(right)"/>
<label style="center_top" text="it\nis\na\nmulti-line\nsample\n(center_top)"/>
<label style="center" text="it\nis\na\nmulti-line\nsample\n(center)"/>
<label style="center_bottom" text="it\nis\na\nmulti-line\nsample\n(center_bottom)"/>
<label style="left" text="dialing... "
animation="length(from=7, to=12, easing=linear, duration=1200, repeat=1000)"
/>
<label style="center" text="center"/>
<label style="right" text="right"/>
<label style="center_top" text="center_top"/>
<label style="center" text="center"/>
<label style="center_bottom" text="center_bottom"/>
<button name="close" self_layout="default(x=center,y=bottom:50,w=50%,h=30)"
floating="true" text="Close"/>
</window>