Hi,
I would like to have ResponsiveGrid with xmlViews as content..the first row should always be full width and the second row should be the half of the width for large screens..I know how I would do this with Bootstrap, but no idea about how to achieve this with ui5? Any hints?
Large screen:
------------------------------------------------------------------------------------
| |
| 12 col - include xmlView1 |
| |
------------------------------------------------------------------------------------
| | |
| 6 col - inlcude xmlView2 | 6col - include xmlView3 |
| | |
-------------------------------------------------------------------------------------
Medium and small screens:
------------------------------------------------------------------------------------
| |
| 12 col - include xmlView1 |
| |
------------------------------------------------------------------------------------
| |
| 6 col - inlcude xmlView2 |
| |
-------------------------------------------------------------------------------------
| |
| 6col - include xmlView3 |
| |
-------------------------------------------------------------------------------------