We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384dc93 commit b693809Copy full SHA for b693809
src/app-resources/_files/__name__/Android/values-v29/styles.xml
@@ -0,0 +1,9 @@
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>
src/app-resources/_files/__name__/Android/values/styles.xml
@@ -21,7 +21,6 @@
21
22
<!-- theme to use AFTER launch screen is loaded-->
23
<style name="AppThemeBase" parent="Theme.AppCompat.Light.NoActionBar">
24
- <item name="android:forceDarkAllowed">true</item>
25
<item name="toolbarStyle">@style/NativeScriptToolbarStyle</item>
26
27
<item name="colorPrimary">@color/ns_primary</item>
0 commit comments