label.xml 637 Bytes
Newer Older
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window>
			<HorizontalLayout name="layout_label" width="100" height="43" bkimage="label_normal.png">
				<Label name="label_icon" float="true" pos="30,11,0,0" width="23"  height="21" ></Label>
     		<Button name="label_text" float="true" pos="0,0,0,0" width="100"  height="43" textpadding="53,0,0,0" font="1" align="align" text="" endellipsis="true"  ></Button>
        <Button name="label_delete"  float="true" pos="89,0,12,12" width="12" height="12"  normalimage="label_delete.png" hotimage="label_delete.png" pushedimage="label_delete.png" />
			</HorizontalLayout>
</Window>