diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ecb3e6..ad11289c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ Version 4.8.0 *(In development)* -------------------------------- +- Fix: Crop area no longer sits under the action bar and the navigation bar on edge-to-edge (Android 15+, targetSdk 35+) ([msinghal34](https://github.com/msinghal34)) + Version 4.7.0 *(2025-11-27)* ---------------------------- diff --git a/cropper/src/main/res/layout/crop_image_activity.xml b/cropper/src/main/res/layout/crop_image_activity.xml index cebe505f..b5bca11b 100644 --- a/cropper/src/main/res/layout/crop_image_activity.xml +++ b/cropper/src/main/res/layout/crop_image_activity.xml @@ -4,4 +4,5 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" + android:fitsSystemWindows="true" />