rohangoqii
rohangoqii
^^ This is not what I asked.
Yup, exactly what I'm looking at.
What about on apps targeting lower APIs? DisplayCutout is not an option. How do we handle this?
> > > Our suggestion is : > ` > int orientation = getScreenOrientation(); > int topCutoutHeight = 0; > if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) { > topCutoutHeight = getTopCutoutHeight(); >...
Any update on this? How do we change SRsCameraViews onMeasure to be fullscreen without stretching the preview??