Advertisement
Laynester

colour_illumina_ui

Apr 5th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.34 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <skin name="illumina_light_skin_frame" version="0.0">
  3. <!-- shared variables -->
  4. <variables>
  5. <variable key="asset" value="illumina_light_border_frame_png" type="String"/>
  6. </variables>
  7. <!-- the following maps states to layouts and templates -->
  8. <states>
  9. <state name="default" layout="illumina_light_frame" template="illumina_light_frame_template"/>
  10. </states>
  11. <!-- templates defines regions in bitmap asset -->
  12. <templates>
  13. <template name="illumina_light_frame_template" asset="$asset">
  14. <entities>
  15. <entity name="top_left" type="bitmap">
  16. <region>
  17. <Rectangle x="0" y="0" width="4" height="4"/>
  18. </region>
  19. </entity>
  20. <entity name="top_center" type="bitmap">
  21. <region>
  22. <Rectangle x="4" y="0" width="3" height="4"/>
  23. </region>
  24. </entity>
  25. <entity name="top_right" type="bitmap">
  26. <region>
  27. <Rectangle x="7" y="0" width="4" height="4"/>
  28. </region>
  29. </entity>
  30. <entity name="center_left" type="bitmap">
  31. <region>
  32. <Rectangle x="0" y="4" width="1" height="2"/>
  33. </region>
  34. </entity>
  35. <entity name="center_center" type="bitmap">
  36. <region>
  37. <Rectangle x="1" y="4" width="9" height="2"/>
  38. </region>
  39. </entity>
  40. <entity name="center_right" type="bitmap">
  41. <region>
  42. <Rectangle x="10" y="4" width="1" height="2"/>
  43. </region>
  44. </entity>
  45. <entity name="bottom_left" type="bitmap">
  46. <region>
  47. <Rectangle x="0" y="6" width="4" height="7"/>
  48. </region>
  49. </entity>
  50. <entity name="bottom_center" type="bitmap">
  51. <region>
  52. <Rectangle x="4" y="6" width="3" height="7"/>
  53. </region>
  54. </entity>
  55. <entity name="bottom_right" type="bitmap">
  56. <region>
  57. <Rectangle x="7" y="6" width="4" height="7"/>
  58. </region>
  59. </entity>
  60. </entities>
  61. </template>
  62. </templates>
  63. <!-- markup for layout drawer -->
  64. <layouts>
  65. <layout name="illumina_light_frame" transparent="true">
  66. <entities>
  67. <entity name="top_left" id="0" colorize="true">
  68. <region>
  69. <Rectangle x="0" y="0" width="4" height="4"/>
  70. </region>
  71. <scale horizontal="fixed" vertical="fixed"/>
  72. </entity>
  73. <entity name="top_center" id="0" colorize="true">
  74. <region>
  75. <Rectangle x="4" y="0" width="3" height="4"/>
  76. </region>
  77. <scale horizontal="strech" vertical="fixed"/>
  78. </entity>
  79. <entity name="top_right" id="0" colorize="true">
  80. <region>
  81. <Rectangle x="7" y="0" width="4" height="4"/>
  82. </region>
  83. <scale horizontal="move" vertical="fixed"/>
  84. </entity>
  85. <entity name="center_left" id="0" colorize="true">
  86. <region>
  87. <Rectangle x="0" y="4" width="1" height="2"/>
  88. </region>
  89. <scale horizontal="fixed" vertical="strech"/>
  90. </entity>
  91. <entity name="center_center" id="0" colorize="true">
  92. <region>
  93. <Rectangle x="1" y="4" width="9" height="2"/>
  94. </region>
  95. <scale horizontal="strech" vertical="strech"/>
  96. </entity>
  97. <entity name="center_right" id="0" colorize="true">
  98. <region>
  99. <Rectangle x="10" y="4" width="1" height="2"/>
  100. </region>
  101. <scale horizontal="move" vertical="strech"/>
  102. </entity>
  103. <entity name="bottom_left" id="0" colorize="true">
  104. <region>
  105. <Rectangle x="0" y="6" width="4" height="7"/>
  106. </region>
  107. <scale horizontal="fixed" vertical="move"/>
  108. </entity>
  109. <entity name="bottom_center" id="0" colorize="true">
  110. <region>
  111. <Rectangle x="4" y="6" width="3" height="7"/>
  112. </region>
  113. <scale horizontal="strech" vertical="move"/>
  114. </entity>
  115. <entity name="bottom_right" id="0" colorize="true">
  116. <region>
  117. <Rectangle x="7" y="6" width="4" height="7"/>
  118. </region>
  119. <scale horizontal="move" vertical="move"/>
  120. </entity>
  121. </entities>
  122. </layout>
  123. </layouts>
  124. </skin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement