grunt-tdevopsui5
Version:
UI5 tools for build/deploy/version managment of ui5 applicaton
25 lines • 519 B
text/xml
<mvc:View
controllerName="pslint.appid.controller.StartPage"
xmlns="sap.m"
xmlns:mvc="sap.ui.core.mvc"
xmlns:core="sap.ui.core"
height="100%"
>
<Page
showHeader="true"
title="{i18n>appTitle}"
showFooter="false"
showNavButton="false"
backgroundDesign="Solid"
>
<headerContent>
<Button
icon="sap-icon://menu2"
type="Transparent"
press="onLangPress"
/>
</headerContent>
<content>
</content>
</Page>
</mvc:View>