Rename NightAdjusted.Splash to NightAdjusted.Theme.Splash

Change-Id: I2493c664945d3cfbe1c52397133fdc955265ac56
pull/217/head
Alex Vanyo 2 years ago
parent 063965c9cd
commit 200aede1c7

@ -21,7 +21,7 @@
<item name="android:windowLightNavigationBar" tools:targetApi="27">false</item>
</style>
<style name="NightAdjusted.Splash" parent="Theme.SplashScreen">
<style name="NightAdjusted.Theme.Splash" parent="Theme.SplashScreen">
<item name="android:windowLightStatusBar" tools:targetApi="23">false</item>
<item name="android:windowLightNavigationBar" tools:targetApi="27">false</item>
</style>

@ -32,12 +32,12 @@
<!-- The final theme we use -->
<style name="Theme.Nia" parent="PlatformAdjusted.Theme.Nia" />
<style name="NightAdjusted.Splash" parent="Theme.SplashScreen">
<style name="NightAdjusted.Theme.Splash" parent="Theme.SplashScreen">
<item name="android:windowLightStatusBar" tools:targetApi="23">true</item>
<item name="android:windowLightNavigationBar" tools:targetApi="27">true</item>
</style>
<style name="Theme.Nia.Splash" parent="NightAdjusted.Splash">
<style name="Theme.Nia.Splash" parent="NightAdjusted.Theme.Splash">
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_splash</item>
<item name="postSplashScreenTheme">@style/Theme.Nia</item>
</style>

Loading…
Cancel
Save