From f8a204abd0de24a3c963c2446771cb7b759c48ef Mon Sep 17 00:00:00 2001 From: Dhruv Bhavsar Date: Fri, 16 May 2025 12:40:27 +0530 Subject: [PATCH] fix: opt out of edge 2 edge and fixed ui overlapping issues in checkout screen --- android/src/main/AndroidManifest.xml | 6 ++++-- android/src/main/res/values/styles.xml | 7 +++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 android/src/main/res/values/styles.xml diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 1020f4ef5..e55491cb0 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,10 +1,12 @@ - + android:configChanges="keyboard|keyboardHidden|orientation|screenSize" + android:theme="@style/RazorpayCheckoutTheme" + tools:replace="android:theme"/> diff --git a/android/src/main/res/values/styles.xml b/android/src/main/res/values/styles.xml new file mode 100644 index 000000000..50f630edb --- /dev/null +++ b/android/src/main/res/values/styles.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file