Similar to Activity not extended below the cutout in landscape, but the answer there is limiting.
In landscape, the camera cutout is on the left. I used
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
to stretch the background color below it:
I would like to actually render some elements (like the title panel) below the cutout area. Is this possible, without entering full screen?
