<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <!-- Side tray Outfit Edit panel --> <panel background_visible="true" border="false" height="600" follows="all" label="Outfit Edit" layout="topleft" left="0" min_height="350" name="outfit_edit" top="0" width="320"> <string name="No Outfit" value="No Outfit"/> <panel.string name="not_available"> (N\A) </panel.string> <panel.string name="unknown"> (unknown) </panel.string> <!-- Wearables filtering strings --> <string name="Filter.All" value="All"/> <string name="Filter.Clothes/Body" value="Clothes/Body"/> <string name="Filter.Objects" value="Objects"/> <button follows="top|left" height="23" image_overlay="BackArrow_Off" layout="topleft" name="back_btn" left="5" tab_stop="false" top="2" width="23" /> <text follows="top|right" font="SansSerifHugeBold" height="26" layout="topleft" left_pad="20" name="title" text_color="LtGray" top="0" value="Edit Outfit" use_ellipses="true" width="275" /> <!-- "HEADER WITH ICON, STATUS TEXT AND OUTFIT NAME" --> <panel bevel_style="none" follows="top|left|right" height="45" label="bottom_panel" layout="topleft" left="5" name="header_panel" top_pad="5" width="300"> <icon follows="left|top" height="40" image_name="t-shirt-image" left="2" mouse_opaque="false" name="outfit_icon" top="1" scale_image="true" visible="true" width="35" /> <panel bevel_style="none" follows="top|right" height="40" label="bottom_panel" layout="topleft" left_pad="10" name="outfit_name_and_status" top="2" width="200"> <text follows="top|left|right" font="SansSerif" height="13" layout="topleft" name="status" text_color="Green" top="0" value="Editing..." use_ellipses="true" width="275" /> <text follows="bottom|left|right" font="SansSerifHugeBold" height="26" layout="topleft" name="curr_outfit_name" text_color="LtGray" top_pad="0" value="[Current Outfit]" use_ellipses="true" width="275" /> </panel> </panel> <!-- LIST OF WEARABLES (CURRENT OUTFIT/ WEARABLES TO ADD) --> <layout_stack animate="false" default_tab_group="2" follows="all" height="470" width="300" layout="topleft" orientation="vertical" name="im_panels" tab_group="1" top_pad="10" left="5"> <layout_panel layout="topleft" follows="left|top|right" height="220" label="IM Control Panel" min_height="100" name="outfit_wearables_panel" width="300" auto_resize="true" user_resize="true"> <scroll_list width="300" column_padding="0" draw_heading="false" draw_stripes="false" follows="left|top|right|bottom" layout="topleft" name="look_items_list" search_column="1" sort_column="2" left="0" height="193" top="0"> <scroll_list.columns label="Look Item" name="look_item" width="285" /> <scroll_list.columns label="Outfit Item Sort" width="0" sort_column="look_item_sort" name="look_item_sort" /> </scroll_list> <!-- TODO remove this button. Added it temporary for QA to be able to test new edit wearable panel (see EXT-6564)--> <button follows="left|top|right" height="20" label="edit" left="0" top="0" layout="topleft" name="edit_wearable_btn" width="40" /> <panel background_visible="true" bevel_style="none" follows="bottom|left|right" height="27" label="bottom_panel" layout="topleft" left="0" name="edit_panel" top_pad="0" width="300"> <button follows="bottom|left" height="25" image_hover_unselected="Toolbar_Left_Over" image_overlay="OptionsMenu_Off" image_selected="Toolbar_Left_Selected" image_unselected="Toolbar_Left_Off" layout="topleft" left="0" name="gear_menu_btn" top="1" width="31" /> <button is_toggle="true" follows="bottom|left" height="25" image_hover_unselected="Toolbar_Middle_Over" image_overlay="AddItem_Off" image_selected="Toolbar_Middle_Selected" image_unselected="Toolbar_Middle_Off" layout="topleft" left_pad="1" name="add_btn" top="1" width="31" /> <button follows="bottom|left" height="25" image_hover_unselected="Toolbar_Middle_Over" image_overlay="" image_selected="Toolbar_Middle_Selected" image_unselected="Toolbar_Middle_Off" layout="topleft" left_pad="1" name="new_btn" top="1" width="31" /> <button follows="bottom|right" height="25" image_hover_unselected="Toolbar_Middle_Over" image_overlay="TrashItem_Off" image_selected="Toolbar_Middle_Selected" image_unselected="Toolbar_Middle_Off" layout="topleft" name="remove_from_outfit_btn" right="-1" top="1" width="31" /> </panel> </layout_panel> <layout_panel auto_resize="true" default_tab_group="3" height="210" min_height="210" name="add_wearables_panel" width="300" tab_group="2" user_resize="true" visible="false"> <!-- *NOTE is not used, invisible and disabled --> <filter_editor background_image="TextField_Search_Off" enabled="false" follows="left|top|right" font="SansSerif" label="Filter" layout="topleft" left="5" width="290" height="20" name="look_item_filter" text_color="black" text_pad_left="25" visible="false"/> <layout_stack animate="true" follows="all" height="25" width="300" layout="topleft" orientation="horizontal" name="filter_panels" top="0" left="0"> <layout_panel layout="topleft" follows="left|top|right" height="25" label="IM Control Panel" name="filter_button_panel" width="150" auto_resize="true" user_resize="false"> <text follows="top|left|right" font="SansSerifBold" height="13" layout="topleft" left="5" name="add_to_outfit_label" text_color="LtGray" top="3" value="Add to Outfit:" use_ellipses="true" width="270" /> <button follows="top|right" height="20" image_hover_unselected="Toolbar_Middle_Over" image_overlay="" image_selected="Toolbar_Middle_Selected" image_unselected="Toolbar_Middle_Off" is_toggle="true" label="O" layout="topleft" right="-1" name="filter_button" top="3" width="20" /> </layout_panel> <layout_panel auto_resize="true" height="25" min_width="130" name="filter_combobox_panel" width="150" user_resize="false" visible="false"> <combo_box follows="top|left|right" height="20" layout="topleft" right="-5" name="filter_wearables_combobox" top="0" width="130"/> </layout_panel> </layout_stack> <inventory_panel allow_multi_select="false" border="false" follows="left|top|right|bottom" height="155" layout="topleft" left="0" mouse_opaque="false" name="inventory_items" top_pad="5" width="300"/> <panel background_visible="true" bevel_style="none" follows="left|right|bottom" height="27" label="add_wearables_button_bar" layout="topleft" left="0" name="add_wearables_button_bar" top_pad="0" width="300"> <button follows="bottom|left" height="25" image_hover_unselected="Toolbar_Left_Over" image_overlay="OptionsMenu_Off" image_selected="Toolbar_Left_Selected" image_unselected="Toolbar_Left_Off" layout="topleft" left="0" name="wearables_gear_menu_btn" top="1" width="31" /> <button follows="bottom|left" height="25" image_hover_unselected="Toolbar_Middle_Over" image_overlay="" image_selected="Toolbar_Middle_Selected" image_unselected="Toolbar_Middle_Off" label="F" layout="topleft" left_pad="1" name="folder_view_btn" top="1" width="31" /> <button follows="bottom|left" height="25" image_hover_unselected="Toolbar_Middle_Over" image_overlay="" image_selected="Toolbar_Middle_Selected" image_unselected="Toolbar_Middle_Off" label="L" layout="topleft" left_pad="1" name="list_view_btn" top="1" width="31" /> <button follows="bottom|left" height="25" image_hover_unselected="Toolbar_Middle_Over" image_overlay="AddItem_Off" image_selected="Toolbar_Middle_Selected" image_unselected="Toolbar_Middle_Off" label="" layout="topleft" left_pad="1" name="add_to_outfit_btn" top="1" width="31" /> </panel> </layout_panel> </layout_stack> <panel follows="left|right|bottom" height="30" layout="topleft" left="5" top_pad="10" name="save_revert_button_bar" width="300"> <button follows="bottom|left|right" height="23" label="Save" left="0" layout="topleft" name="save_btn" width="145" /> <button follows="bottom|right" height="23" name="save_flyout_btn" label="" left_pad="-20" tab_stop="false" image_selected="SegmentedBtn_Right_Selected_Press" image_unselected="SegmentedBtn_Right_Off" image_pressed="SegmentedBtn_Right_Press" image_pressed_selected="SegmentedBtn_Right_Selected_Press" image_overlay="Arrow_Small_Up" width="20"/> <button follows="bottom|left|right" height="23" left_pad="15" label="Revert" layout="topleft" name="revert_btn" width="145" /> </panel> </panel>