PageRenderTime 19ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 95 lines | 95 code | 0 blank | 0 comment | 0 complexity | 77f0da62191628de71612a7c7f1aef01 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="215"
  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="215"
  14. layout="topleft"
  15. left="3"
  16. name="vertical_stack"
  17. orientation="vertical"
  18. top="0"
  19. width="147">
  20. <layout_panel
  21. auto_resize="true"
  22. follows="top|left"
  23. height="130"
  24. layout="topleft"
  25. left="0"
  26. min_height="0"
  27. mouse_opaque="false"
  28. width="147"
  29. top="0"
  30. name="speakers_list_panel">
  31. <avatar_list
  32. color="DkGray2"
  33. follows="all"
  34. height="130"
  35. ignore_online_status="true"
  36. layout="topleft"
  37. name="speakers_list"
  38. opaque="false"
  39. show_info_btn="true"
  40. show_profile_btn="false"
  41. show_speaking_indicator="false"
  42. width="147" />
  43. </layout_panel>
  44. <layout_panel
  45. auto_resize="false"
  46. follows="top|left|right"
  47. height="25"
  48. layout="topleft"
  49. min_height="25"
  50. width="130"
  51. name="call_btn_panel"
  52. visible="false">
  53. <button
  54. follows="all"
  55. height="20"
  56. label="Call"
  57. name="call_btn"
  58. width="130"
  59. top="0" />
  60. </layout_panel>
  61. <layout_panel
  62. auto_resize="false"
  63. follows="top|left|right"
  64. height="25"
  65. layout="topleft"
  66. min_height="25"
  67. width="130"
  68. name="end_call_btn_panel"
  69. visible="false">
  70. <button
  71. follows="all"
  72. height="20"
  73. label="Leave Call"
  74. name="end_call_btn"
  75. top="0"/>
  76. </layout_panel>
  77. <layout_panel
  78. auto_resize="false"
  79. follows="top|left|right"
  80. height="25"
  81. layout="topleft"
  82. min_height="25"
  83. width="130"
  84. name="voice_ctrls_btn_panel"
  85. visible="false">
  86. <button
  87. follows="all"
  88. height="20"
  89. label="Voice Controls"
  90. name="voice_ctrls_btn"
  91. top="0"
  92. use_ellipses="true" />
  93. </layout_panel>
  94. </layout_stack>
  95. </panel>