diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-04-23 17:44:33 +0300 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-04-23 17:44:33 +0300 |
commit | 5dfc5d020c0497619ae23da61a45f6671903d02c (patch) | |
tree | 879a2486c9418e30086eb7a0b71823ae7c1dceaf /indra/newview/skins | |
parent | 07b463722e3e87aaea608981a1020f1b482781ba (diff) |
Work on task EXT-6722 (Create modified inventory view for "my outfits" tab in top-level appearance sidebar)
Code improvements:
* Moved Accordion tab + Flat list into separate xml.
* Implemented dynamic creation of the accordion tab via xml
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/312/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/outfit_accordion_tab.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/outfit_accordion_tab.xml b/indra/newview/skins/default/xui/en/outfit_accordion_tab.xml new file mode 100644 index 0000000000..d00b1bfb7b --- /dev/null +++ b/indra/newview/skins/default/xui/en/outfit_accordion_tab.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<!-- *NOTE: mantipov: this xml is intended to be used inside panel_outfits_list.xml for each outfit folder--> +<!-- All accordion tabs in the My Appearance/My Outfits panel will be created from this one at runtume--> +<accordion_tab + display_children="false" + follows="all" + height="40" + layout="topleft" + name="Mockup Tab" + title="Mockup Tab" + width="0"> + <wearable_items_list + allow_select="true" + follows="all" + keep_one_selected="true" + name="wearable_items_list" + /> +</accordion_tab> |