<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
 name="panel_profile_classifieds"
 label="Classified"
 top="0"
 left="0"
 height="480"
 width="420"
 follows="all"
 layout="topleft"
>
    <string
     name="no_classifieds"
     value="No Classifieds"
    />

  <layout_stack
   name="main_stack"
   top="0"
   left="0"
   right="-1"
   bottom="-1"
   follows="all"
   layout="topleft"
   animate="false"
   orientation="vertical">
    <layout_panel
     name="buttons_header"
     follows="all"
     layout="topleft"
     height="50"
     auto_resize="false"
     user_resize="false">
      <button
       name="new_btn"
       label="New..."
       tool_tip="Create a new classified at the current location"
       enabled="false"
       top="25"
       left="5"
       height="20"
       width="70"
       follows="left|top"
       layout="topleft"
       visible="true"
      />
      <button
       name="delete_btn"
       label="Delete..."
       tool_tip="Delete currently selected classified"
       enabled="false"
       left_pad="5"
       height="20"
       width="70"
       follows="left|top"
       layout="topleft"
       visible="true"
      />
    </layout_panel>
    <layout_panel
     name="main_body"
     follows="all"
     layout="topleft"
     height="430"
     auto_resize="true"
     user_resize="false">
      <tab_container
       name="tab_classifieds"
       top="0"
       bottom="-1"
       left="4"
       right="-4"
       follows="all"
       layout="topleft"
       halign="left"
       tab_position="left"
       tab_width="150"
       use_ellipses="true"
      />

      <layout_stack
       name="indicator_stack"
       top="220"
       left="0"
       right="-1"
       height="28"
       follows="top|left|right"
       layout="topleft"
       animate="false"
       orientation="horizontal">
        <layout_panel
         name="indicator_spacer_left"
         follows="all"
         layout="topleft"
         width="100"
         auto_resize="true"
         user_resize="false">
        </layout_panel>
        <layout_panel
         name="buttons_header"
         follows="all"
         layout="topleft"
         width="25"
         auto_resize="false"
         user_resize="false">
          <loading_indicator
           name="progress_indicator"
           top="1"
           left="1"
           height="23"
           width="23"
           follows="top|left"
           layout="topleft"
           visible="false"
            />
        </layout_panel>
        <layout_panel
         name="indicator_spacer_right"
         follows="all"
         layout="topleft"
         width="100"
         auto_resize="true"
         user_resize="false">
        </layout_panel>
      </layout_stack>
      <text
       name="classifieds_panel_text"
       top="250"
       left="110"
       right="-110"
       height="25"
       follows="left|top|right"
       layout="topleft"
       halign="center"
       mouse_opaque="false"
       wrap="true"
      >
          Loading...
      </text>
    </layout_panel>
  </layout_stack>
</panel>