<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- Side tray panel -->
<panel
background_visible="true"
 follows="all"
 height="570"
 label="People"
 layout="topleft"
 min_height="350"
 name="people_panel"
 top="0"
 left="0"
 width="333">
    <string
     name="no_people"
     value="No people" />
    <string
     name="no_one_near"
     value="No-one near" />
    <string
     name="no_friends_online"
     value="No friends online" />
    <string
     name="no_friends"
     value="No friends" />
    <string
     name="no_groups"
     value="No groups" />
    <string
     name="people_filter_label"
     value="Filter People" />
    <string
     name="groups_filter_label"
     value="Filter Groups" />
    <filter_editor
     follows="left|top|right"
     height="23"
     layout="topleft"
     left="15"
     label="Filter"
     max_length="300"
     name="filter_input"
     text_color="Black"
     top="3"
     width="303" />
    <tab_container
     follows="all"
     height="500"
     layout="topleft"
     left="10"
     name="tabs"
     tab_min_width="70"
     tab_height="30"
     tab_position="top"
     top_pad="10"
     halign="center"
     width="313">
        <panel
         follows="all"
         height="500"
         label="NEARBY"
         layout="topleft"
         left="0"
         help_topic="people_nearby_tab"
         name="nearby_panel"
         top="0"
         width="313">
            <avatar_list
             allow_select="true"
             follows="all"
             height="470"
             ignore_online_status="true"
             layout="topleft"
             left="0"
             multi_select="true"
             name="avatar_list"
             top="0"
             width="313" />
            <panel
             follows="left|right|bottom"
             height="30"
             label="bottom_panel"
             layout="topleft"
             left="0"
             name="bottom_panel"
             width="313">
             <button
             follows="bottom|left"
             tool_tip="Options"
             height="18"
             image_disabled="OptionsMenu_Disabled"
             image_selected="OptionsMenu_Press"
             image_unselected="OptionsMenu_Off"
             layout="topleft"
             left="10"
             name="nearby_view_sort_btn"
             top="5"
             width="18" />
             <button
                 follows="bottom|left"
                 height="18"
                 image_selected="AddItem_Press"
                 image_unselected="AddItem_Off"
                 image_disabled="AddItem_Disabled"
                 layout="topleft"
                 left_pad="5"
                 name="add_friend_btn"
                 top_delta="0"
                 tool_tip="Add selected resident to your friends List"
                 width="18" />
            </panel>
        </panel>
        <panel
         follows="all"
         height="500"
         label="FRIENDS"
         layout="topleft"
         left="0"
         help_topic="people_friends_tab"
         name="friends_panel"
         top="0"
         width="313">
            <accordion
             follows="all"
             height="470"
             layout="topleft"
             left="0"
             name="friends_accordion"
             top="0"
             width="313">
                <accordion_tab
                 layout="topleft"
                 height="235"
                 min_height="150"
                 name="tab_online"
                 title="Online">
                        <avatar_list
                         allow_select="true"
                         follows="all"
                         layout="topleft"
                         left="0"
                         multi_select="true"
                         name="avatars_online"
                         top="0"
                         width="313" />
                </accordion_tab>
                <accordion_tab
                 layout="topleft"
                 height="235"
                 name="tab_all"
                 title="All">
                        <avatar_list
                         allow_select="true"
                         follows="all"
                         layout="topleft"
                         left="0"
                         multi_select="true"
                         name="avatars_all"
                         top="0"
                         width="313" />
                </accordion_tab>
            </accordion>
            <panel
             follows="left|right|bottom"
             height="30"
             label="bottom_panel"
             layout="topleft"
             left="0"
             name="bottom_panel"
             width="313">
               <button
               follows="bottom|left"
               tool_tip="Options"
               height="18"
               image_disabled="OptionsMenu_Disabled"
               image_selected="OptionsMenu_Press"
               image_unselected="OptionsMenu_Off"
               layout="topleft"
               left="10"
               name="friends_viewsort_btn"
               top="5"
               width="18" />
                <button
                 follows="bottom|left"
                 height="18"
                 image_selected="AddItem_Press"
                 image_unselected="AddItem_Off"
                 image_disabled="AddItem_Disabled"
                 layout="topleft"
                 left_pad="5"
                 name="add_btn"
                 tool_tip="Offer friendship to a resident"
                 top_delta="0"
                 width="18" />
                <button
                 follows="bottom|left"
                 height="18"
                 image_selected="TrashItem_Press"
                 image_unselected="TrashItem_Off"
                 image_disabled="TrashItem_Disabled"
                 layout="topleft"
                 left_pad="10"
                 right="-10"
                 name="del_btn"
                 tool_tip="Remove selected person from your Friends list"
                 top_delta="0"
                 width="18" />
            </panel>
        </panel>
        <panel
         follows="all"
         height="500"
         label="GROUPS"
         layout="topleft"
         left="0"
         help_topic="people_groups_tab"
         name="groups_panel"
         top="0"
         width="313">
            <group_list
             follows="all"
             height="470"
             layout="topleft"
             left="0"
             name="group_list"
             top="0"
             width="313" />
            <panel
             top_pad="0"
             follows="left|right|bottom"
             height="30"
             label="bottom_panel"
             layout="topleft"
             left="0"
             name="bottom_panel"
             width="313">
               <button
               follows="bottom|left"
               tool_tip="Options"
               height="18"
               image_disabled="OptionsMenu_Disabled"
               image_selected="OptionsMenu_Press"
               image_unselected="OptionsMenu_Off"
               layout="topleft"
               left="10"
               name="groups_viewsort_btn"
               top="7"
               width="18" />
                <button
                 follows="bottom|left"
                 height="18"
                 image_selected="AddItem_Press"
                 image_unselected="AddItem_Off"
                 image_disabled="AddItem_Disabled"
                 layout="topleft"
                 left_pad="5"
                 name="plus_btn"
                 tool_tip="Join group/Create new group"
                 top_delta="0"
                 width="18" />
                <button
                 follows="bottom|left"
                 height="10"
                 image_hover_selected="Activate_Checkmark"
                 image_selected="Activate_Checkmark"
                 image_unselected="Activate_Checkmark"
                 layout="topleft"
                 left_pad="24"
                 name="activate_btn"
                 tool_tip="Activate selected group"
                 top_delta="5"
                 width="10" />
            </panel>
        </panel>
        <panel
         follows="all"
         height="500"
         label="RECENT"
         layout="topleft"
         left="0"
         help_topic="people_recent_tab"
         name="recent_panel"
         top="0"
         width="313">
            <avatar_list
             allow_select="true"
             follows="all"
             height="470"
             layout="topleft"
             left="0"
             multi_select="true"
             name="avatar_list"
             show_last_interaction_time="true"
             top="0"
             width="313" />
            <panel
             top_pad="0"
             follows="left|right|bottom"
             height="30"
             label="bottom_panel"
             layout="topleft"
             left="0"
             name="bottom_panel"
             width="313">
               <button
               follows="bottom|left"
               tool_tip="Options"
               height="18"
               image_disabled="OptionsMenu_Disabled"
               image_selected="OptionsMenu_Press"
               image_unselected="OptionsMenu_Off"
               layout="topleft"
               left="10"
               name="recent_viewsort_btn"
               top="7"
               width="18" />
              <button
                 follows="bottom|left"
                 height="18"
                 image_selected="AddItem_Press"
                 image_unselected="AddItem_Off"
                 image_disabled="AddItem_Disabled"
                 layout="topleft"
                 left_pad="5"
                 name="add_friend_btn"
                 top_delta="0"
                 tool_tip="Add selected resident to your friends List"
                 width="18" />
            </panel>
        </panel>
    </tab_container>
    <panel
     follows="bottom|left"
     height="25"
     layout="topleft"
     left="10"
     name="button_bar"
     width="313">
        <button
         follows="bottom|left"
         font="SansSerifSmall"
         top="4"
         left="0"
         height="19"
         label="Profile"
         layout="topleft"
         name="view_profile_btn"
         tool_tip="Show picture, groups, and other residents information"
         width="70" />
        <button
         follows="bottom|left"
         font="SansSerifSmall"
         top="4"
         left_pad="2"
         height="19"
         label="IM"
         layout="topleft"
         name="im_btn"
         tool_tip="Open instant message session"
         width="45" />
        <button
         follows="bottom|left"
         font="SansSerifSmall"
         top="4"
         left_pad="2"
         height="19"
         label="Call"
         layout="topleft"
         name="call_btn"
         tool_tip="Call this resident"
         width="50" />
        <button
         follows="left|top"
         font="SansSerifSmall"
         top="4"
         left_pad="2"
         height="19"
         label="Share"
         layout="topleft"
         name="share_btn"
         width="60" />
        <button
         follows="bottom|left"
         font="SansSerifSmall"
         top="4"
         left_pad="2"
         height="19"
         label="Teleport"
         layout="topleft"
         name="teleport_btn"
         tool_tip="Offer teleport"
         width="75" />
        <button
         follows="bottom|left"
         font="SansSerifSmall"
         top="4"
         left="0"
         height="19"
         label="Group Profile"
         layout="topleft"
         name="group_info_btn"
         tool_tip="Show group information"
         width="110" />
        <button
         follows="bottom|left"
         font="SansSerifSmall"
         top="4"
         left_pad="2"
         height="19"
         label="Group Chat"
         layout="topleft"
         name="chat_btn"
         tool_tip="Open chat session"
         width="110" />
    </panel>
</panel>