Fixed: Android layerType should not be changed if there is no need

Resolves #1899
This commit is contained in:
Rossen Hristov
2016-05-30 09:48:50 +03:00
parent 153650fb47
commit e2f1e272b4
4 changed files with 64 additions and 11 deletions

View File

@@ -24,6 +24,7 @@
android:allowBackup="true"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:largeHeap="true"
android:theme="@style/AppTheme" >
<activity
android:name="com.tns.NativeScriptActivity"