You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
![Screenshot_20250103-175711](https://private-user-images.githubusercontent.com/80034339/400010049-e7988c5c-fab3-491e-abcc-9aab4130b09d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMTE2MTcsIm5iZiI6MTczOTIxMTMxNywicGF0aCI6Ii84MDAzNDMzOS80MDAwMTAwNDktZTc5ODhjNWMtZmFiMy00OTFlLWFiY2MtOWFhYjQxMzBiMDlkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE4MTUxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNiNTcwNjBlZTBmZmRjNDVkN2JhNzlhZDIwMTQwNmY1MWE1Y2I4NjYyNTc3N2Y0MzYwOGU2Yjg2YWVjOTUxODQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.VybUHhJyHQCO_K-VNKTt5Mi7VBt-ptf-CY9kTT7vL20)
This is what the app currently looks like on a device running Android 15:
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
The text was updated successfully, but these errors were encountered: