[FIX] Light theme not working on Android with Dark Theme set (#2675)
Co-authored-by: Diego Mello <diegolmello@gmail.com>
This commit is contained in:
parent
13c3bc3c1b
commit
06521d17cc
|
@ -3,6 +3,7 @@
|
||||||
<item name="android:colorEdgeEffect">#aaaaaa</item>
|
<item name="android:colorEdgeEffect">#aaaaaa</item>
|
||||||
<item name="colorPrimaryDark">@color/splashBackground</item>
|
<item name="colorPrimaryDark">@color/splashBackground</item>
|
||||||
<item name="android:navigationBarColor">@color/splashBackground</item>
|
<item name="android:navigationBarColor">@color/splashBackground</item>
|
||||||
|
<item name="android:forceDarkAllowed">false</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="Share.Window" parent="android:Theme">
|
<style name="Share.Window" parent="android:Theme">
|
||||||
|
|
Loading…
Reference in New Issue