PageRenderTime 150ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/panel_topinfo_bar.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 111 lines | 111 code | 0 blank | 0 comment | 0 complexity | 15002489203d20723a7505f3b4457706 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <panel
  3. background_visible="true"
  4. background_opaque="false"
  5. bg_opaque_color="Black_50"
  6. bg_alpha_color="Black_50"
  7. follows="left|top"
  8. height="19"
  9. layout="topleft"
  10. name="topinfo_bar"
  11. width="1024">
  12. <button
  13. follows="left|top"
  14. height="16"
  15. hover_glow_amount="0.15"
  16. image_disabled="Info_Off"
  17. image_disabled_selected="Info_Off"
  18. image_selected="Info_Off"
  19. image_unselected="Info_Off"
  20. left="11"
  21. name="place_info_btn"
  22. top="1"
  23. width="16"/>
  24. <text
  25. follows="left|top|right"
  26. font="DejaVu"
  27. height="16"
  28. layout="topleft"
  29. left_pad="11"
  30. length="1"
  31. name="parcel_info_text"
  32. top="1"
  33. type="string"
  34. width="1"/>
  35. <icon
  36. enabled="true"
  37. follows="right|top"
  38. height="18"
  39. image_name="Parcel_VoiceNo_Dark"
  40. name="voice_icon"
  41. top="1"
  42. visible="false"
  43. width="22"
  44. />
  45. <icon
  46. follows="right|top"
  47. height="18"
  48. image_name="Parcel_FlyNo_Dark"
  49. name="fly_icon"
  50. top="1"
  51. visible="false"
  52. width="22"
  53. />
  54. <icon
  55. follows="right|top"
  56. height="18"
  57. image_name="Parcel_PushNo_Dark"
  58. name="push_icon"
  59. top="1"
  60. visible="false"
  61. width="22"
  62. />
  63. <icon
  64. follows="right|top"
  65. height="18"
  66. image_name="Parcel_BuildNo_Dark"
  67. name="build_icon"
  68. top="1"
  69. visible="false"
  70. width="22"
  71. />
  72. <icon
  73. follows="right|top"
  74. height="18"
  75. image_name="Parcel_ScriptsNo_Dark"
  76. name="scripts_icon"
  77. top="1"
  78. visible="false"
  79. width="22"
  80. />
  81. <icon
  82. follows="right|top"
  83. height="13"
  84. image_name="Parcel_Health_Dark"
  85. left="2"
  86. name="damage_icon"
  87. top="3"
  88. visible="false"
  89. width="14"
  90. />
  91. <icon
  92. follows="right|top"
  93. height="13"
  94. image_name="Parcel_SeeAVsOff_Light"
  95. left="2"
  96. name="see_avatars_icon"
  97. top="3"
  98. visible="false"
  99. width="14"
  100. />
  101. <text
  102. follows="right|top"
  103. font="SansSerifSmall"
  104. halign="right"
  105. height="18"
  106. name="damage_text"
  107. top="5"
  108. visible="false"
  109. width="35"
  110. />
  111. </panel>