addons_loading.stkgui 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <stkgui>
  3. <div x="5%" y="5%" width="90%" height="90%" layout="vertical-row">
  4. <div x="5%" y="0%" width="90%" proportion="6" layout="horizontal-row">
  5. <div width="40%" height="100%" layout="vertical-row">
  6. <icon id="icon" align="center" proportion="8" width="100%" icon="gui/loading.png" />
  7. <spacer proportion="1" />
  8. </div>
  9. <spacer proportion="1" />
  10. <div width="60%" height="50%" layout="vertical-row">
  11. <label id="name" width="100%" text_align="left"/>
  12. <div width="100%" height="100%" layout="horizontal-row">
  13. <div width="50%" height="100%" layout="vertical-row">
  14. <label id="size" width="100%" text="" />
  15. <label id="revision" width="100%" text="" />
  16. </div>
  17. <div width="50%" height="32" layout="vertical-row">
  18. <ratingbar id="rating" height="64" width="100%" />
  19. </div>
  20. </div>
  21. <spacer height="10"/>
  22. <label id="flags" width="100%" text="" word_wrap="true" />
  23. </div>
  24. </div>
  25. <bubble word_wrap="true" id="description" height="100%" width="90%" proportion="5" align="center" />
  26. <div width="80%" proportion="5" align="center">
  27. <buttonbar id="actions" x="0" y="0" height="100%" width="100%" align="center">
  28. <icon-button id="install" width="128" height="128"
  29. icon="gui/package-update.png"
  30. I18N="Add-on screen action" text="Install" />
  31. <icon-button id="uninstall" width="128" height="128"
  32. icon="gui/package-uninstall.png"
  33. I18N="Add-on screen action" text="Uninstall" />
  34. <icon-button id="back" width="128" height="128"
  35. icon="gui/back.png"
  36. I18N="Add-on screen action" text="Back" />
  37. </buttonbar>
  38. <progressbar id="progress" x="0" y="20%" width="100%" height="30%" />
  39. </div>
  40. </div>
  41. </stkgui>