Skip to content

fix android edge-to-edge issue - #594

Merged
joeraz merged 1 commit into
shlomif:masterfrom
bwrightkc:android-edge-to-edge-fix
Aug 5, 2026
Merged

fix android edge-to-edge issue#594
joeraz merged 1 commit into
shlomif:masterfrom
bwrightkc:android-edge-to-edge-fix

Conversation

@bwrightkc

@bwrightkc bwrightkc commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

androidsafearea.py (new file) figures out size of notch/status bar/nav bar, then LApp.py uses that to pad the game so nothing sits under the notch, and keeps it updated when you rotate the screen. Claude based this on a fix I used with iOS of just padding the area around the notch - spent some time testing it on Android today, but not an android daily user so would appreciate someone taking another look at it.

Fixes #593.

Portrait Landscape

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@joeraz

joeraz commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Seems to be working. Merging, thanks.

@joeraz
joeraz merged commit c20d4da into shlomif:master Aug 5, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Android edge-to-edge draws app under notch

2 participants