splash.xml 761 B

123456789101112131415161718
  1. <vbox id="splash" width="100%" height="100%" >
  2. <box width="100%" height="50%" >
  3. <image resource="images/flw_corp.png" horizontalAlign="center" verticalAlign="bottom" style="padding-bottom: 150px;" />
  4. </box>
  5. <grid columns="2" width="100%" height="20%" >
  6. <box width="100%" horizontalAlign="left" >
  7. <image id="haxelogo" resource="images/haxe_logo.png" width="400px" height="110px"
  8. horizontalAlign="center" />
  9. </box>
  10. <box width="100%" horizontalAlign="right" >
  11. <image id="haxeui" resource="images/haxeui.png" width="450px" height="110px"
  12. horizontalAlign="cneter" />
  13. </box>
  14. </grid>
  15. <box width="100%" height="30%" >
  16. <image id="heaps" resource="images/heaps_logo.png" horizontalAlign="center" verticalAlign="top" />
  17. </box>
  18. </vbox>