diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 223475fd..35da63c4 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -6,7 +6,7 @@
android:installLocation="auto"
>
-
+
@@ -19,18 +19,18 @@
android:label="@string/app_name"
android:description="@string/app_description"
android:configChanges="locale|orientation|screenSize"
- android:theme="@style/Theme.AppCompat"
+ android:theme="@style/CustomActionBarTheme"
android:allowBackup="false"
android:allowClearUserData="true"
android:persistent="true"
android:stopWithTask="false"
-
+ android:largeHeap="false"
>