login as:
~/abapcraft.dev — code, crafted in SAP
florin@abapcraft:~/abap/posts/fiori-to-do-in-synology-docker/webapp/view/App.view.xml $ cat App.view.xml
fiori-to-do-in-synology-docker / webapp / view / App.view.xml
XML 12 lines
<mvc:View
  controllerName="todo.controller.App"
  xmlns:mvc="sap.ui.core.mvc"
  xmlns="sap.m"
  displayBlock="true">

  <Shell>
    <App id="app" />
  </Shell>

</mvc:View>