File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
src/app-resources/_files/__name__/Android Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2828 <activity
2929 android:name=" com.tns.NativeScriptActivity"
3030 android:label=" @string/title_activity_kimera"
31- android:configChanges=" keyboardHidden|orientation|screenSize"
31+ android:configChanges=" keyboard| keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|locale|uiMode "
3232 android:theme=" @style/LaunchScreenTheme" >
3333
3434 <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