Lemuroid icon indicating copy to clipboard operation
Lemuroid copied to clipboard

Ability to not render under the 'notch'?

Open GorrillaRibs opened this issue 2 years ago • 1 comments

As the title says - the only games I experience it in are DS games horizontally. Retroarch seems to have an equivilent option (that defaults to not displaying under a notch if present) if that helps. Thanks!

GorrillaRibs avatar Jun 11 '22 14:06 GorrillaRibs

After poking around the source a bit, changing the line in lemuroid-app/src/main/res/values/material-themes.xml: <item name="android:windowLayoutInDisplayCutoutMode" tools:targetApi="o_mr1">shortEdges</item> to <item name="android:windowLayoutInDisplayCutoutMode" tools:targetApi="o_mr1">never</item> seems to achieve the desired behaviour! I'm not super familiar with android development, is there a way to tie that preference to a settings option?

GorrillaRibs avatar Jun 18 '22 23:06 GorrillaRibs