Minor adjustments

This commit is contained in:
topjohnwu
2021-11-05 13:55:18 -07:00
parent 022c217cfe
commit 98deec232b
5 changed files with 15 additions and 15 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- For stub APK, we need to manually handle the SplashScreen -->
<!-- For stub on API 31+, we cannot rely on the platform SplashScreen -->
<!-- Force using SplashScreenBase that was used for older APIs -->
<style name="StubSplashTheme" parent="Theme.SplashScreenBase">
<item name="android:enforceStatusBarContrast">false</item>
<item name="android:enforceNavigationBarContrast">false</item>
+1
View File
@@ -2,6 +2,7 @@
<resources>
<style name="SplashTheme" parent="Theme.Splash" />
<style name="StubSplashTheme" parent="Theme.Splash"/>
<style name="Foundation" parent="Theme.Foundation.Light" />