Help! Getting Titlebar on top of game with LGL Mod Menu (Android 14)

Hello,
Wondering if someone could please help me. My LGL Mod menu works fine on Android 14 but for some reason I am getting a big annoying title bar at the top of the screen (please see screenshot) and it only happens on Android 14. On my Android 10 device it doesn't happen. And the same apk of the game works fine on Android 14 (no title bar) if I don't inject the mod menu.

I tried just about everything mentioned here to get rid of it:



But when I make any of those modifications in styles.xml files I get a ton of errors when I compile my project in APKTool M.

I also tried adding this to androidmanifest.xml but it didn't help:

Code:
<activity android:name=".MainActivity"
        android:label="@string/app_name"
        android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
        </activity>

Any solutions/ideas?

Thanks in advance for any help
 

Attachments

  • title bar.jpg
    title bar.jpg
    186.5 KB · Views: 15
Last edited:
Back
Top Bottom