File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
angular-tutorial/App_Resources/Android/src/main Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2020 android:allowBackup=" true"
2121 android:icon=" @mipmap/ic_launcher"
2222 android:label=" @string/app_name"
23- android:theme=" @style/AppTheme" >
23+ android:theme=" @style/AppTheme"
24+ android:hardwareAccelerated=" true" >
2425
2526 <activity
2627 android:name=" com.tns.NativeScriptActivity"
2728 android:label=" @string/title_activity_kimera"
2829 android:configChanges=" keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|locale|uiMode"
29- android:theme=" @style/LaunchScreenTheme" >
30+ android:theme=" @style/LaunchScreenTheme"
31+ android:hardwareAccelerated=" true"
32+ android:launchMode=" singleTask"
33+ android:exported=" true" >
3034
3135 <meta-data android : name =" SET_THEME_ON_LAUNCH" android : resource =" @style/AppTheme" />
3236
You can’t perform that action at this time.
0 commit comments