diff --git a/changelog.d/9084.bugfix b/changelog.d/9084.bugfix
new file mode 100644
index 00000000000..b54bc4cd004
--- /dev/null
+++ b/changelog.d/9084.bugfix
@@ -0,0 +1 @@
+Fix the avatar / image cropping screen on Android 15+: the toolbar save button and the bottom rotate / scale controls are no longer hidden behind the system status bar and 3-button navigation bar. ([#9084](https://github.com/element-hq/element-android/issues/9084))
diff --git a/library/ui-styles/src/main/res/values-v35/theme_ucrop.xml b/library/ui-styles/src/main/res/values-v35/theme_ucrop.xml
new file mode 100644
index 00000000000..6b4616d4cbd
--- /dev/null
+++ b/library/ui-styles/src/main/res/values-v35/theme_ucrop.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/library/ui-styles/src/main/res/values/theme_ucrop.xml b/library/ui-styles/src/main/res/values/theme_ucrop.xml
new file mode 100644
index 00000000000..f37c621b237
--- /dev/null
+++ b/library/ui-styles/src/main/res/values/theme_ucrop.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/vector/src/main/AndroidManifest.xml b/vector/src/main/AndroidManifest.xml
index b035f866fe3..36ff86f4773 100644
--- a/vector/src/main/AndroidManifest.xml
+++ b/vector/src/main/AndroidManifest.xml
@@ -293,7 +293,8 @@
+ android:screenOrientation="portrait"
+ android:theme="@style/Theme.Vector.UCrop" />