how to display full screen on android cutout


Sorry, my English is poor, please see the picture

Try adding this to your <style/> declaration:

<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>

1 Like

thank you very much
thank you very much