PageRenderTime 24ms CodeModel.GetById 7ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 227 lines | 218 code | 9 blank | 0 comment | 0 complexity | 364d9055055361f5a88d8ee88ff89f77 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. bg_opaque_color="DkGray2"
  4. background_visible="true"
  5. background_opaque="true"
  6. follows="all"
  7. height="571"
  8. label="Picks"
  9. layout="topleft"
  10. left="8"
  11. name="panel_picks"
  12. top_pad="0"
  13. width="313">
  14. <string
  15. name="no_picks"
  16. value="No Picks" />
  17. <string
  18. name="no_classifieds"
  19. value="No Classifieds" />
  20. <text
  21. type="string"
  22. follows="all"
  23. height="535"
  24. layout="topleft"
  25. left="6"
  26. name="picks_panel_text"
  27. wrap="true"
  28. top="10"
  29. width="313"/>
  30. <accordion
  31. fit_parent="true"
  32. follows="all"
  33. height="514"
  34. layout="topleft"
  35. left="0"
  36. name="accordion"
  37. top="0"
  38. single_expansion="true"
  39. width="313">
  40. <accordion_tab
  41. layout="topleft"
  42. height="235"
  43. min_height="150"
  44. name="tab_picks"
  45. title="Picks"
  46. visible="false">
  47. <flat_list_view
  48. color="DkGray2"
  49. follows="all"
  50. layout="topleft"
  51. left="0"
  52. name="picks_list"
  53. opaque="true"
  54. top="0"
  55. width="313" />
  56. </accordion_tab>
  57. <accordion_tab
  58. layout="topleft"
  59. height="235"
  60. name="tab_classifieds"
  61. title="Classifieds"
  62. visible="false">
  63. <flat_list_view
  64. color="DkGray2"
  65. follows="all"
  66. layout="topleft"
  67. left="0"
  68. name="classifieds_list"
  69. opaque="true"
  70. top="0"
  71. width="313" />
  72. </accordion_tab>
  73. </accordion>
  74. <panel
  75. bg_opaque_color="DkGray2"
  76. background_visible="true"
  77. background_opaque="true"
  78. bevel_style="none"
  79. enabled="false"
  80. follows="bottom|left|right"
  81. left="1"
  82. height="27"
  83. label="bottom_panel"
  84. layout="topleft"
  85. name="edit_panel"
  86. top_pad="0"
  87. width="312">
  88. <layout_stack
  89. follows="bottom|left|right"
  90. height="23"
  91. layout="bottomleft"
  92. name="edit_panel_ls"
  93. left="10"
  94. orientation="horizontal"
  95. top_pad="0"
  96. width="293">
  97. <layout_panel
  98. follows="bottom|left"
  99. height="18"
  100. layout="bottomleft"
  101. left="0"
  102. name="gear_menu_btn"
  103. auto_resize="true"
  104. width="51">
  105. <button
  106. follows="bottom|left"
  107. height="18"
  108. image_disabled="AddItem_Disabled"
  109. image_selected="AddItem_Press"
  110. image_unselected="AddItem_Off"
  111. layout="topleft"
  112. left="0"
  113. name="new_btn"
  114. tool_tip="Create a new pick or classified at the current location"
  115. top="0"
  116. width="18" />
  117. </layout_panel>
  118. <layout_panel
  119. follows="bottom|right"
  120. height="18"
  121. layout="bottomleft"
  122. name="trash_btn_lp"
  123. auto_resize="true"
  124. width="18">
  125. <button
  126. follows="bottom|right"
  127. height="18"
  128. image_disabled="TrashItem_Disabled"
  129. image_selected="TrashItem_Press"
  130. image_unselected="TrashItem_Off"
  131. layout="topleft"
  132. name="trash_btn"
  133. top="0"
  134. width="18" />
  135. </layout_panel>
  136. </layout_stack>
  137. </panel>
  138. <panel
  139. bg_opaque_color="DkGray"
  140. background_visible="true"
  141. background_opaque="true"
  142. follows="bottom|left|right"
  143. layout="topleft"
  144. left="0"
  145. height="30"
  146. name="buttons_cucks"
  147. top_pad="0"
  148. width="313">
  149. <layout_stack
  150. follows="bottom|left|right"
  151. height="28"
  152. layout="topleft"
  153. left="2"
  154. name="buttons_cucks_ls"
  155. orientation="horizontal"
  156. top="0"
  157. width="313">
  158. <layout_panel
  159. follows="bottom|left|right"
  160. height="28"
  161. layout="topleft"
  162. left="0"
  163. name="info_btn_lp"
  164. auto_resize="true"
  165. top="0"
  166. width="95">
  167. <button
  168. enabled="false"
  169. follows="top|left|right"
  170. height="23"
  171. label="Info"
  172. layout="topleft"
  173. name="info_btn"
  174. tab_stop="false"
  175. tool_tip="Show pick information"
  176. width="95" />
  177. </layout_panel>
  178. <layout_panel
  179. follows="bottom|left|right"
  180. height="28"
  181. layout="bottomleft"
  182. left_pad="2"
  183. name="teleport_btn_lp"
  184. auto_resize="true"
  185. width="117">
  186. <button
  187. enabled="false"
  188. follows="top|left|right"
  189. height="23"
  190. label="Teleport"
  191. layout="topleft"
  192. name="teleport_btn"
  193. tab_stop="false"
  194. tool_tip="Teleport to the corresponding area"
  195. width="117" />
  196. </layout_panel>
  197. <layout_panel
  198. follows="bottom|left|right"
  199. height="28"
  200. layout="bottomleft"
  201. name="show_on_map_btn_lp"
  202. auto_resize="true"
  203. left_pad="2"
  204. width="90">
  205. <button
  206. enabled="false"
  207. follows="top|left|right"
  208. height="23"
  209. label="Map"
  210. layout="topleft"
  211. name="show_on_map_btn"
  212. tab_stop="false"
  213. tool_tip="Show the corresponding area on the World Map"
  214. width="88" />
  215. </layout_panel>
  216. </layout_stack>
  217. </panel>
  218. </panel>