Fixed: crash on splash screen on version Kitkat and under due to trying to load a vector drawable in a selector.
This commit is contained in:
parent
33883aca3d
commit
56341a15af
4 changed files with 8 additions and 18 deletions
|
@ -7,7 +7,7 @@
|
|||
<item name="colorAccent">@color/colorAccent</item>
|
||||
</style>
|
||||
|
||||
<style name="SplashTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
|
||||
<item name="android:windowBackground">@drawable/splash_background</item>
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue