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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 203 lines · 200 code · 2 blank · 1 comment · 0 complexity · cac562ce3f360ba7e0aedcf7d875e9e9 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_opaque="true"
  4. background_visible="true"
  5. bg_opaque_color="MouseGray"
  6. follows="left|top|right"
  7. focus_root="true"
  8. height="34"
  9. layout="topleft"
  10. name="navigation_bar"
  11. chrome="true"
  12. width="800">
  13. <icon
  14. follows="all"
  15. image_name="NavBar_BG"
  16. mouse_opaque="false"
  17. name="bg_icon"
  18. scale_image="true"
  19. visible="false"
  20. left="0"
  21. top="0"
  22. height="34"
  23. width="600"/>
  24. <icon
  25. follows="all"
  26. image_name="NavBar_BG_NoFav_Bevel"
  27. mouse_opaque="false"
  28. name="bg_icon_no_fav_bevel"
  29. scale_image="true"
  30. visible="false"
  31. left="0"
  32. top="0"
  33. height="34"
  34. width="600"/>
  35. <icon
  36. follows="all"
  37. image_name="NavBar_BG_NoNav_Bevel"
  38. mouse_opaque="false"
  39. name="bg_icon_no_nav_bevel"
  40. scale_image="true"
  41. visible="false"
  42. left="0"
  43. top="0"
  44. height="34"
  45. width="600"/>
  46. <icon
  47. follows="all"
  48. image_name="NavBar Separator"
  49. mouse_opaque="false"
  50. name="separator_image"
  51. scale_image="true"
  52. left="0"
  53. top="0"
  54. width="800"
  55. height="2"/>
  56. <layout_stack
  57. follows="all"
  58. height="34"
  59. layout="topleft"
  60. border_size="0"
  61. resize_bar_overlap="3"
  62. left="0"
  63. mouse_opaque="false"
  64. name="nvp_stack"
  65. orientation="horizontal"
  66. top="0"
  67. width="800">
  68. <layout_panel
  69. follows="top|left"
  70. layout="topleft"
  71. auto_resize="true"
  72. user_resize="true"
  73. min_width="480"
  74. name="navigation_layout_panel"
  75. width="480">
  76. <panel
  77. background_visible="false"
  78. follows="left|top|right"
  79. top="3"
  80. height="23"
  81. layout="topleft"
  82. left="0"
  83. name="navigation_panel"
  84. width="480">
  85. <pull_button
  86. follows="left|top"
  87. direction="down"
  88. height="23"
  89. image_overlay="Arrow_Left_Off"
  90. image_bottom_pad="1"
  91. layout="topleft"
  92. left="10"
  93. name="back_btn"
  94. tool_tip="Go back to previous location"
  95. top="2"
  96. width="31" />
  97. <pull_button
  98. follows="left|top"
  99. direction="down"
  100. height="23"
  101. image_overlay="Arrow_Right_Off"
  102. image_bottom_pad="1"
  103. layout="topleft"
  104. left_pad="0"
  105. name="forward_btn"
  106. tool_tip="Go forward one location"
  107. top_delta="0"
  108. width="31" />
  109. <button
  110. follows="left|top"
  111. height="23"
  112. image_bottom_pad="1"
  113. image_overlay="Home_Off"
  114. layout="topleft"
  115. left_pad="7"
  116. name="home_btn"
  117. tool_tip="Teleport to my home location"
  118. top_delta="0"
  119. width="32" />
  120. <location_input
  121. follows="all"
  122. halign="right"
  123. height="23"
  124. label="Location"
  125. layout="topleft"
  126. left_pad="7"
  127. max_chars="254"
  128. mouse_opaque="false"
  129. name="location_combo"
  130. top_delta="0"
  131. width="355">
  132. <combo_list
  133. mouse_wheel_opaque="true"/>
  134. </location_input>
  135. </panel>
  136. <icon
  137. follows="top|right"
  138. height="25"
  139. image_name="ChatBarHandle"
  140. layout="topleft"
  141. left="-3"
  142. name="resize_handle"
  143. top="4"
  144. width="5" />
  145. </layout_panel>
  146. <layout_panel
  147. follows="top|left"
  148. layout="topleft"
  149. auto_resize="true"
  150. user_resize="true"
  151. min_width="315"
  152. name="favorites_layout_panel"
  153. width="315">
  154. <icon
  155. follows="top|left"
  156. height="25"
  157. image_name="ChatBarHandle"
  158. layout="topleft"
  159. left="-318"
  160. name="resize_handle"
  161. top="4"
  162. width="5" />
  163. <favorites_bar
  164. follows="left|right|top"
  165. font="SansSerifSmall"
  166. height="20"
  167. layout="topleft"
  168. left="0"
  169. top="4"
  170. name="favorite"
  171. image_drag_indication="Accordion_ArrowOpened_Off"
  172. tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!"
  173. width="311">
  174. <label
  175. follows="left|top"
  176. height="15"
  177. layout="topleft"
  178. left="10"
  179. name="favorites_bar_label"
  180. text_color="LtGray"
  181. tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!"
  182. top="12"
  183. width="102">
  184. Favorites Bar
  185. </label>
  186. <!-- More button actually is a text box. -->
  187. <more_button
  188. follows="left|bottom"
  189. name=">>"
  190. tab_stop="false"
  191. tool_tip="Show more of My Favorites"
  192. top="13"
  193. width="50"
  194. bottom="0"
  195. valign="bottom">
  196. More &#9660;
  197. </more_button>
  198. </favorites_bar>
  199. </layout_panel>
  200. </layout_stack>
  201. </panel>