LVGL7 GUI with 2 tabs and bottom status bar

I am running LVGL7 on an ESP32 based board with ILI9341 and XPT2046 touch controller. I would like to have an UI as shown above, but not sure how to implement the bottom status bar (and how to structure the tabs the best).

The bottom status bar seems to be not part of the tab view. So just set the tabview’s height to e.g. ver. res - 50 and place the container below the tabview.

So then I should make a container with 320x200 pixels for the tabview and a 320x40 pixel container for the status bar?

Yes! At least it looks the most reasonable choice to me.