Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)*
----------------------------

Expand Down
1 change: 1 addition & 0 deletions cropper/src/main/res/layout/crop_image_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>