Advertisement
Guest User

Untitled

a guest
Aug 12th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. <control type="list" id="9000">
  2. <orientation>vertical</orientation>
  3. <posx>100</posx>
  4. <posy>100</posy>
  5. <align>center</align>
  6. <height>880</height>
  7. <width>290</width>
  8. <onup>9000</onup>
  9. <ondown>9000</ondown>
  10. <itemlayout width="290" height="100">
  11. <control type="image">
  12. <posx>260</posx>
  13. <posy>0</posy>
  14. <height>57</height>
  15. <width>30</width>
  16. <texture colordiffuse="$INFO[Container(9000).Listitem.Property(TextColor)]">white.png</texture>
  17. </control>
  18. <control type="label">
  19. <posx>0</posx>
  20. <posy>22</posy>
  21. <height>20</height>
  22. <width>210</width>
  23. <label>$INFO[ListItem.Label]</label>
  24. <align>right</align>
  25. <font>font13</font>
  26. <textcolor>grey</textcolor>
  27. </control>
  28. </itemlayout>
  29. <focusedlayout width="290" height="100">
  30. <control type="image">
  31. <posx>260</posx>
  32. <posy>0</posy>
  33. <height>57</height>
  34. <width>30</width>
  35. <texture>white.png</texture>
  36. <colordiffuse>red</colordiffuse>
  37. </control>
  38. <control type="label">
  39. <posx>0</posx>
  40. <posy>22</posy>
  41. <height>20</height>
  42. <width>210</width>
  43. <label>$INFO[ListItem.Label]</label>
  44. <align>right</align>
  45. <font>font13</font>
  46. <textcolor>red</textcolor>
  47. </control>
  48. </focusedlayout>
  49. <content target="video">addons://sources/video</content>
  50. </control>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement