PageRenderTime 31ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 77 lines | 76 code | 1 blank | 0 comment | 0 complexity | 3b5d1e5233c19f9fe6a893078eb52997 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="430"
  8. name="Outfits"
  9. layout="topleft"
  10. left="0"
  11. top="0"
  12. width="312">
  13. <accordion
  14. background_visible="true"
  15. bg_alpha_color="DkGray2"
  16. bg_opaque_color="DkGray2"
  17. follows="all"
  18. height="400"
  19. layout="topleft"
  20. left="3"
  21. name="outfits_accordion"
  22. top="0"
  23. width="309">
  24. <no_matched_tabs_text
  25. name="no_matched_outfits_msg"
  26. value="Didn't find what you're looking for? Try [secondlife:///app/search/all/[SEARCH_TERM] Search]."
  27. v_pad="10"/>
  28. <no_visible_tabs_text
  29. name="no_outfits_msg"
  30. value="You don't have any outfits yet. Try [secondlife:///app/search/all/ Search]"/>
  31. </accordion>
  32. <panel
  33. background_visible="true"
  34. follows="bottom|left|right"
  35. height="28"
  36. layout="topleft"
  37. left="4"
  38. top_pad="0"
  39. visible="true"
  40. name="bottom_panel"
  41. width="312">
  42. <menu_button
  43. follows="bottom|left"
  44. tool_tip="Show additional options"
  45. height="25"
  46. image_hover_unselected="Toolbar_Left_Over"
  47. image_overlay="OptionsMenu_Off"
  48. image_selected="Toolbar_Left_Selected"
  49. image_unselected="Toolbar_Left_Off"
  50. layout="topleft"
  51. left="0"
  52. name="options_gear_btn"
  53. top="1"
  54. width="31" />
  55. <icon
  56. follows="bottom|left|right"
  57. height="25"
  58. image_name="Toolbar_Middle_Off"
  59. layout="topleft"
  60. left_pad="1"
  61. name="dummy_icon"
  62. width="243"/>
  63. <button
  64. follows="bottom|right"
  65. height="25"
  66. image_hover_unselected="Toolbar_Right_Over"
  67. image_overlay="TrashItem_Off"
  68. image_selected="Toolbar_Right_Selected"
  69. image_unselected="Toolbar_Right_Off"
  70. layout="topleft"
  71. left_pad="1"
  72. name="trash_btn"
  73. tool_tip="Delete selected outfit"
  74. width="31"/>
  75. </panel>
  76. </panel>