From b7fcbdc4e85071191cc95c3824e7b5a90d36d1e8 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Sat, 29 Nov 2014 00:54:33 -0500 Subject: [PATCH] update all the manifests! --- AndroidManifest.KITKAT_AND_LOWER.xml | 10 +++++----- AndroidManifest.LOLLIPOP.xml | 10 +++++----- AndroidManifest.xml | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) 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 @@