change themes

This commit is contained in:
Henry Hiles 2023-04-06 15:21:19 -04:00
parent 868af8a9ca
commit a2c301b472
2 changed files with 1 additions and 6 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.WeatherApp" parent="android:Theme.Material.Light.NoActionBar">
<style name="Theme.WeatherApp" parent="android:Theme.DeviceDefault.Wallpaper">
<item name="android:windowSplashScreenBackground">#2c3c4c</item>
</style>
</resources>

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.WeatherApp" parent="android:Theme.Material.Light.NoActionBar" />
</resources>