12 lines
380 B
XML
12 lines
380 B
XML
<mvc:View
|
|
controllerName="ui5.walkthrough.controller.App"
|
|
xmlns="sap.m"
|
|
xmlns:mvc="sap.ui.core.mvc"
|
|
displayBlock="true">
|
|
<Page title="{i18n>homePageTitle}">
|
|
<content>
|
|
<mvc:XMLView viewName="ui5.walkthrough.view.HelloPanel" />
|
|
<mvc:XMLView viewName="ui5.walkthrough.view.InvoiceList" />
|
|
</content>
|
|
</Page>
|
|
</mvc:View> |