diff options
author | Koen <koen@koenvh.nl> | 2018-10-10 00:07:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-10 00:07:01 +0200 |
commit | f104d619d6164d308f3195bd7f8dd0b01c832ef9 (patch) | |
tree | 5567866a2cda528263822952ca28685a3bda5eee /app/src/main/AndroidManifest.xml | |
parent | 259b7fd27bfd33bc03ca5d6d9cb11eacf17208e0 (diff) | |
parent | 19895fc4b760793c739dd056d1de1b20df92d820 (diff) | |
download | dsub-f104d619d6164d308f3195bd7f8dd0b01c832ef9.tar.gz dsub-f104d619d6164d308f3195bd7f8dd0b01c832ef9.tar.bz2 dsub-f104d619d6164d308f3195bd7f8dd0b01c832ef9.zip |
Merge pull request #3 from daneren2005/edge
5.4.3
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 06f79977..cfc70a55 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -38,7 +38,8 @@ <application android:label="@string/common.appname" android:backupAgent="github.daneren2005.dsub.util.SettingsBackupAgent" android:icon="@drawable/launch" - android:theme="@style/Theme.DSub.Light"> + android:theme="@style/Theme.DSub.Light" + android:largeHeap="true"> <uses-library android:name="android.test.runner" /> |