File tree 2 files changed +10
-1
lines changed
src/app-resources/_files/__name__/Android
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 28
28
<activity
29
29
android:name=" com.tns.NativeScriptActivity"
30
30
android:label=" @string/title_activity_kimera"
31
- android:configChanges=" keyboardHidden|orientation|screenSize"
31
+ android:configChanges=" keyboard| keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|locale|uiMode "
32
32
android:theme=" @style/LaunchScreenTheme" >
33
33
34
34
<meta-data android : name =" SET_THEME_ON_LAUNCH" android : resource =" @style/AppTheme" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <resources xmlns : android =" http://schemas.android.com/apk/res/android" >
3
+
4
+ <!-- Application theme -->
5
+ <style name =" AppTheme" parent =" AppThemeBase" >
6
+ <item name =" android:forceDarkAllowed" >true</item >
7
+ </style >
8
+
9
+ </resources >
You can’t perform that action at this time.
0 commit comments