<core:FragmentDefinition
                         xmlns:core="sap.ui.core"
                         xmlns="sap.m">
    <VBox class="sapUiSmallMarginTop sapUiSmallMarginBegin">
        <HBox id="dialogCardOverlay" class="dialogCardVBox dialogCardOverlay">
            <core:ComponentContainer id="dialogCard" busyIndicatorDelay="0" busy="true" visible="{visibility>/cardPreview}"/>
            <MessagePage id="dialogCardNoPreview" visible="{= !${visibility>/cardPreview}}" icon="sap-icon://map-3"
                         class="sapOvpSettingsDialogErrorPreviewWidth"
                         showHeader="false" description=""/>
        </HBox>
        <HBox visible="{visibility>/showViewSwitch}">
            <Button class="sapUiMediumMarginBottom" enabled="{/isViewResetEnabled}"
                    press="resetView" text="{ovpResourceModel>OVP_KEYUSER_RESET_VIEW_BUTTON}" type="Transparent"/>
        </HBox>
    </VBox>
</core:FragmentDefinition>