re-add themes

This commit is contained in:
Henry Hiles 2023-04-06 15:34:50 -04:00
parent 90e48a1048
commit 49f7f4bd9a
2 changed files with 6 additions and 1 deletions

View file

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

View file

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