Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App interface going under status bar #85

Open
CeruleanDerpo opened this issue Jan 3, 2025 · 1 comment
Open

App interface going under status bar #85

CeruleanDerpo opened this issue Jan 3, 2025 · 1 comment

Comments

@CeruleanDerpo
Copy link

Android 15 started enforcing edge-to-edge for apps targeting API level 35 or higher, if the app doesn't apply insets, the UI will go below the status bar and will look awkward overall.
This is what the app currently looks like on a device running Android 15:
Screenshot_20250103-175711

Here are some resources that explain the changes in Android 15:
https://developer.android.com/about/versions/15/behavior-changes-15#window-insets

And here's an Android developers codelab that teaches how to adapt an app to the latest version:
https://developer.android.com/codelabs/edge-to-edge

@albertvaka
Copy link
Owner

Should be fixed in 4.10.1 :)

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

No branches or pull requests

2 participants