diff --git a/AndroidManifest.KITKAT_AND_LOWER.xml b/AndroidManifest.KITKAT_AND_LOWER.xml index d5152de9..2e9aa21e 100644 --- a/AndroidManifest.KITKAT_AND_LOWER.xml +++ b/AndroidManifest.KITKAT_AND_LOWER.xml @@ -1,8 +1,8 @@ @@ -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="true" + android:largeHeap="false" > diff --git a/AndroidManifest.LOLLIPOP.xml b/AndroidManifest.LOLLIPOP.xml index 4e265a9f..302aeeba 100644 --- a/AndroidManifest.LOLLIPOP.xml +++ b/AndroidManifest.LOLLIPOP.xml @@ -1,8 +1,8 @@ @@ -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" > diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 35da63c4..71fb4d15 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@