<View controllerName="sap.ushell.components.shell.UserSettings.Spaces"
      xmlns="sap.m">

    <VBox class="sapUiSmallMargin">
        <HBox>
            <Label
                id="spacesModeLabel"
                text="{i18n>spacesModeLabel}:"
                labelFor="spacesModeSwitch"
                class="sapUshellFlpSettingsLabel"
                width="{config>/labelWidth}"
                textAlign="{config>/textAlign}" />
            <VBox>
                <Switch
                    id="spacesModeSwitch"
                    type="AcceptReject"
                    change=".setCurrentSpacesMode"
                    state="{config>/isSpacesEnabled}" />
                <VBox class ="sapUshellFlpSettingsDescriptionBorder">
                    <Text
                        id="anchorBarDescription"
                        class="sapUshellFlpSettingsDescription"
                        text="{i18n>spacesModeDescriptionText}" />
                </VBox>
            </VBox>
        </HBox>
    </VBox>
</View>