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.
2 parents 87c1f11 + 38dcac5 commit 904e6fcCopy full SHA for 904e6fc
app/src/main/res/values/themes.xml
@@ -21,7 +21,9 @@
21
<style name="NightAdjusted.Theme.Nia" parent="android:Theme.Material.Light.NoActionBar" />
22
23
<!-- The final theme we use -->
24
- <style name="Theme.Nia" parent="NightAdjusted.Theme.Nia" />
+ <style name="Theme.Nia" parent="NightAdjusted.Theme.Nia">
25
+ <item name="android:forceDarkAllowed" tools:targetApi="29">false</item>
26
+ </style>
27
28
<style name="NightAdjusted.Theme.Splash" parent="Theme.SplashScreen">
29
<item name="android:windowLightStatusBar" tools:targetApi="23">true</item>
0 commit comments