diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml
index 1020f4ef..e55491cb 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 00000000..50f630ed
--- /dev/null
+++ b/android/src/main/res/values/styles.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
\ No newline at end of file