Advertisement
Guest User

theme.xml

a guest
Jan 12th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <theme>
  2. <formatVersion>3</formatVersion>
  3. <include>./../carbon.xml</include>
  4.  
  5. <view name="system">
  6.  
  7. <image name="ControllerOverlay" extra="true">
  8. <tile>false</tile>
  9. <pos>0.5 0.2</pos>
  10. <origin>0.5 0.5</origin>
  11. <size>0.3 0</size>
  12. <path>./art/controller.svg</path>
  13. <!--<color>8b0000</color>-->
  14. </image>
  15.  
  16. <image name="logo">
  17. <path>./art/PC.png</path>
  18. </image>
  19.  
  20. </view>
  21.  
  22. <view name="basic, detailed">
  23.  
  24. <image name="logo">
  25. <path>./art/PC.png</path>
  26. <pos>0.038 0.020</pos>
  27. <maxSize>0.388 0.114</maxSize>
  28. <origin>0.0 0.0</origin>
  29. </image>
  30.  
  31. <image name="logo2" extra="true">
  32. <path>./art/controller.svg</path>
  33. <pos>0.952 0.010</pos>
  34. <maxSize>0.388 0.134</maxSize>
  35. <origin>1 0</origin>
  36. <color>969696</color>
  37. </image>
  38.  
  39. </view>
  40.  
  41. <view name="basic">
  42. </view>
  43.  
  44. <view name="detailed">
  45. </view>
  46.  
  47. </theme>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement