<GuiXml>
    <Controls>
        <TopLevelControl name="RoombaWindow" hidden="true" mouseEnabled="true">
          <Dimensions x="565" />
            <Anchor point="TOPLEFT" relativeTo="ZO_SharedRightPanelBackground" offsetY="90" />
            <Anchor point="BOTTOMLEFT" relativeTo="ZO_SharedRightPanelBackground" offsetY="-20" />
            <OnInitialized>
                Roomba_Initialize(self)
            </OnInitialized>
            <Controls>
                <Texture name="$(parent)BG" textureFile="EsoUI/Art/Miscellaneous/listItem_backdrop.dds">
                    <AnchorFill />
                    <TextureCoords left="0" right="1" top="0" bottom=".8125" />
                </Texture>
                <Texture name="$(parent)Icon">
                    <Dimensions x="80" y="80" />
                    <Anchor point="BOTTOM" relativePoint="CENTER" offsetX="20" offsetY="-40" />
                </Texture>

                <Control name="$(parent)SpeedRow" inherits="ZO_StableAttributeRow">
                    <Anchor point="TOP" relativeTo="$(parent)Icon" relativePoint="BOTTOM" offsetY="30" offsetX="30"/>
                </Control>
            </Controls>
        </TopLevelControl>
    </Controls>
</GuiXml>