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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 155 lines · 155 code · 0 blank · 0 comment · 0 complexity · 5f3928ade018da86f79636803677b370 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. open_positioning="cascading"
  4. can_resize="true"
  5. can_minimize="true"
  6. can_close="true"
  7. chrome="true"
  8. height="205"
  9. layout="topleft"
  10. min_height="124"
  11. min_width="190"
  12. name="floater_voice_controls"
  13. help_topic="floater_voice_controls"
  14. title="VOICE CONTROLS"
  15. save_dock_state="true"
  16. save_visibility="true"
  17. save_rect="true"
  18. single_instance="true"
  19. width="282">
  20. <string
  21. name="title_nearby">
  22. VOICE SETTINGS
  23. </string>
  24. <string
  25. name="title_group">
  26. GROUP CALL WITH [GROUP]
  27. </string>
  28. <string
  29. name="title_adhoc">
  30. CONFERENCE CALL
  31. </string>
  32. <string
  33. name="title_peer_2_peer">
  34. CALL WITH [NAME]
  35. </string>
  36. <string
  37. name="no_one_near">
  38. No one near has voice enabled
  39. </string>
  40. <layout_stack
  41. clip="false"
  42. follows="all"
  43. height="189"
  44. layout="topleft"
  45. left="10"
  46. mouse_opaque="false"
  47. name="my_call_stack"
  48. orientation="vertical"
  49. width="263">
  50. <layout_panel
  51. follows="top|left|right"
  52. auto_resize="false"
  53. layout="topleft"
  54. min_height="20"
  55. height="20"
  56. name="my_panel">
  57. <avatar_icon
  58. enabled="false"
  59. follows="left|top"
  60. height="18"
  61. default_icon_name="Generic_Person"
  62. layout="topleft"
  63. left="5"
  64. name="user_icon"
  65. top="0"
  66. width="18" />
  67. <text
  68. follows="top|left|right"
  69. font="SansSerifSmallBold"
  70. height="16"
  71. layout="topleft"
  72. left_pad="10"
  73. name="user_text"
  74. text_color="white"
  75. top="4"
  76. use_ellipses="true"
  77. value="My Avatar:"
  78. width="210" />
  79. <output_monitor
  80. auto_update="true"
  81. draw_border="false"
  82. follows="top|right"
  83. height="16"
  84. layout="topleft"
  85. right="-3"
  86. name="speaking_indicator"
  87. left_pad="5"
  88. visible="true"
  89. width="20" />
  90. </layout_panel>
  91. <layout_panel name="leave_call_panel" height="26" min_height="26" auto_resize="false">
  92. <layout_stack
  93. clip="true"
  94. follows="left|top|right"
  95. height="26"
  96. layout="topleft"
  97. mouse_opaque="false"
  98. name="voice_effect_and_leave_call_stack"
  99. orientation="horizontal"
  100. width="262">
  101. <layout_panel
  102. height="26"
  103. width="200">
  104. <panel
  105. class="panel_voice_effect"
  106. name="panel_voice_effect"
  107. visiblity_control="VoiceMorphingEnabled"
  108. filename="panel_voice_effect.xml" />
  109. </layout_panel>
  110. <layout_panel
  111. auto_resize="false"
  112. follows="top|right"
  113. height="23"
  114. visible="true"
  115. layout="topleft"
  116. name="leave_call_btn_panel"
  117. width="100">
  118. <button
  119. follows="right|top"
  120. height="23"
  121. label="Leave Call"
  122. name="leave_call_btn"
  123. width="100" />
  124. </layout_panel>
  125. </layout_stack>
  126. </layout_panel>
  127. <layout_panel
  128. follows="all"
  129. layout="topleft"
  130. left="2"
  131. top_pad="0"
  132. height="132"
  133. name="callers_panel"
  134. auto_resize="true"
  135. width="280">
  136. <avatar_list
  137. follows="all"
  138. height="132"
  139. ignore_online_status="true"
  140. layout="topleft"
  141. multi_select="true"
  142. name="speakers_list"
  143. width="280" />
  144. <panel
  145. filename="panel_avatar_list_item.xml"
  146. follows="left|right|top"
  147. height="24"
  148. layout="topleft"
  149. left="0"
  150. name="non_avatar_caller"
  151. top="10"
  152. width="276" />
  153. </layout_panel>
  154. </layout_stack>
  155. </floater>