PageRenderTime 12ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 76 lines | 75 code | 0 blank | 1 comment | 0 complexity | 76ccca8897fc32f0152e08d9ee47b5c2 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_visible="true"
  4. bg_alpha_color="DkGray"
  5. border="false"
  6. follows="all"
  7. height="200"
  8. left="0"
  9. name="cof_wearables"
  10. width="311">
  11. <accordion
  12. fit_parent="true"
  13. follows="all"
  14. height="198"
  15. layout="topleft"
  16. left="0"
  17. single_expansion="true"
  18. top="0"
  19. name="cof_wearables_accordion"
  20. background_visible="true"
  21. bg_alpha_color="DkGray2"
  22. width="311">
  23. <accordion_tab
  24. layout="topleft"
  25. name="tab_clothing"
  26. title="Clothing">
  27. <flat_list_view
  28. allow_select="true"
  29. follows="all"
  30. height="10"
  31. item_pad="3"
  32. keep_selection_visible_on_reshape="true"
  33. layout="topleft"
  34. left="0"
  35. multi_select="true"
  36. name="list_clothing"
  37. top="0"
  38. width="311" />
  39. </accordion_tab>
  40. <!-- The Attachments title is overwritten by the definition of "Attachments remain" in strings.xml -->
  41. <accordion_tab
  42. layout="topleft"
  43. name="tab_attachments"
  44. title="Attachments">
  45. <flat_list_view
  46. allow_select="true"
  47. follows="all"
  48. height="10"
  49. item_pad="3"
  50. layout="topleft"
  51. left="0"
  52. keep_selection_visible_on_reshape="true"
  53. multi_select="true"
  54. name="list_attachments"
  55. top="0"
  56. width="311" />
  57. </accordion_tab>
  58. <accordion_tab
  59. layout="topleft"
  60. name="tab_body_parts"
  61. title="Body Parts">
  62. <flat_list_view
  63. allow_select="true"
  64. follows="all"
  65. height="10"
  66. item_pad="3"
  67. keep_selection_visible_on_reshape="true"
  68. layout="topleft"
  69. left="0"
  70. multi_select="true"
  71. name="list_body_parts"
  72. top="0"
  73. width="311" />
  74. </accordion_tab>
  75. </accordion>
  76. </panel>