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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 25 lines · 22 code · 0 blank · 3 comment · 0 complexity · 8e08f18c1200a996527eb0a1643f56a5 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <!-- *NOTE: mantipov: this xml is intended to be used inside panel_outfits_list.xml for each outfit folder-->
  3. <!-- All accordion tabs in the My Appearance/My Outfits panel will be created from this one at runtime-->
  4. <!-- Non of string values of controls below are visible to user. They are not need to be translated. -->
  5. <accordion_tab
  6. expanded="false"
  7. follows="all"
  8. height="45"
  9. layout="topleft"
  10. name="Mockup Tab"
  11. selection_enabled="true"
  12. tab_stop="false"
  13. title="MOCKUP TAB"
  14. translate="false"
  15. width="0">
  16. <wearable_items_list
  17. allow_select="true"
  18. follows="all"
  19. keep_one_selected="true"
  20. multi_select="true"
  21. name="wearable_items_list"
  22. translate="false"
  23. standalone="false"
  24. />
  25. </accordion_tab>