PageRenderTime 335ms CodeModel.GetById 321ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 109 lines | 109 code | 0 blank | 0 comment | 0 complexity | f2f69f055366fe4fa226e8b0b16c7647 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. border="false"
  4. follows="all"
  5. height="238"
  6. name="panel_im_control_panel"
  7. width="150">
  8. <layout_stack
  9. mouse_opaque="false"
  10. border_size="0"
  11. clip="false"
  12. follows="all"
  13. height="238"
  14. layout="topleft"
  15. left="5"
  16. name="vertical_stack"
  17. orientation="vertical"
  18. top="0"
  19. width="145">
  20. <layout_panel
  21. auto_resize="true"
  22. follows="top|left"
  23. height="100"
  24. layout="topleft"
  25. min_height="0"
  26. mouse_opaque="false"
  27. width="145"
  28. top="0"
  29. name="speakers_list_panel">
  30. <avatar_list
  31. color="DkGray2"
  32. follows="all"
  33. height="100"
  34. ignore_online_status="true"
  35. layout="topleft"
  36. name="speakers_list"
  37. opaque="false"
  38. show_info_btn="true"
  39. show_profile_btn="false"
  40. show_speaking_indicator="false"
  41. width="145" />
  42. </layout_panel>
  43. <layout_panel
  44. auto_resize="false"
  45. follows="top|left|right"
  46. height="28"
  47. layout="topleft"
  48. min_height="28"
  49. width="130"
  50. name="group_info_btn_panel">
  51. <button
  52. follows="left|right|bottom"
  53. height="23"
  54. label="Group Profile"
  55. name="group_info_btn"
  56. use_ellipses="true"
  57. top="5"
  58. width="130" />
  59. </layout_panel>
  60. <layout_panel
  61. auto_resize="false"
  62. follows="top|left|right"
  63. height="28"
  64. layout="topleft"
  65. min_height="28"
  66. width="130"
  67. name="call_btn_panel">
  68. <button
  69. follows="all"
  70. height="23"
  71. label="Call Group"
  72. name="call_btn"
  73. use_ellipses="true"
  74. width="130" />
  75. </layout_panel>
  76. <layout_panel
  77. auto_resize="false"
  78. follows="top|left|right"
  79. height="28"
  80. layout="topleft"
  81. min_height="28"
  82. width="130"
  83. name="end_call_btn_panel"
  84. visible="false">
  85. <button
  86. follows="all"
  87. height="23"
  88. label="Leave Call"
  89. name="end_call_btn"
  90. use_ellipses="true" />
  91. </layout_panel>
  92. <layout_panel
  93. auto_resize="false"
  94. follows="top|left|right"
  95. height="28"
  96. layout="topleft"
  97. min_height="28"
  98. width="130"
  99. name="voice_ctrls_btn_panel"
  100. visible="false">
  101. <button
  102. follows="all"
  103. height="23"
  104. label="Open Voice Controls"
  105. name="voice_ctrls_btn"
  106. use_ellipses="true" />
  107. </layout_panel>
  108. </layout_stack>
  109. </panel>