<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:footerbar="sap.ushell.ui.footerbar">
	<Popover id="shareSheetPopover" showHeader="false" placement="Bottom">
		<ActionSheet id="shareSheet" class="sapSmartTemplatesShareSheet" cancelButtonPress="onCancelPressed">
			<buttons>
				<Button id="shareEmailButton" icon="sap-icon://email" press="shareEmailPressed" text="{share>/emailButtonText}" class="sapMFlexBox" width="100%" />
				<Button id="shareJamButton" icon="sap-icon://share-2" press="shareJamPressed" text="{share>/jamButtonText}" visible="{share>/jamVisible}" class="sapMFlexBox" width="100%" />
				<footerbar:AddBookmarkButton
					id="bookmarkButton"
					title="{share>/title}"
					subtitle="{share>/subtitle}"
					tileIcon="{share>/icon}"
					customUrl="{share>/customUrl}"
					serviceUrl="{share>/serviceUrl}"
					class="sapMFlexBox"
					width="100%" />
			</buttons>
		</ActionSheet>
	</Popover>
</core:FragmentDefinition>
