|
|
@@ -7,14 +7,14 @@
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
|
- <item name="android:windowBackground">#121325</item>
|
|
|
+ <item name="android:windowBackground">#1C1C1C</item>
|
|
|
</style>
|
|
|
|
|
|
<style name="AppTheme.NoActionBar" parent="Theme.AppCompat.DayNight.NoActionBar">
|
|
|
<item name="windowActionBar">false</item>
|
|
|
<item name="windowNoTitle">true</item>
|
|
|
<item name="android:background">@null</item>
|
|
|
- <item name="android:windowBackground">#121325</item>
|
|
|
+ <item name="android:windowBackground">#1C1C1C</item>
|
|
|
</style>
|
|
|
|
|
|
|
|
|
@@ -23,7 +23,7 @@
|
|
|
<!-- </style>-->
|
|
|
<style name="AppTheme.NoActionBarLaunch" parent="Theme.SplashScreen">
|
|
|
<!-- Set the splash screen background, animated icon, and animation duration. -->
|
|
|
- <item name="windowSplashScreenBackground">#121325</item>
|
|
|
+ <item name="windowSplashScreenBackground">#1C1C1C</item>
|
|
|
|
|
|
<!-- Use windowSplashScreenAnimatedIcon to add either a drawable or an
|
|
|
animated drawable. One of these is required. -->
|