re-add themes
This commit is contained in:
parent
90e48a1048
commit
49f7f4bd9a
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
5
app/src/main/res/values/themes.xml
Normal file
5
app/src/main/res/values/themes.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
|
||||||
|
<style name="Theme.WeatherApp" parent="android:Theme.Material.Light.NoActionBar" />
|
||||||
|
</resources>
|
Reference in a new issue