change themes
This commit is contained in:
parent
868af8a9ca
commit
a2c301b472
2 changed files with 1 additions and 6 deletions
|
@ -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>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="Theme.WeatherApp" parent="android:Theme.Material.Light.NoActionBar" />
|
||||
</resources>
|
Reference in a new issue