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:
Vavassor 2017-02-07 18:44:54 -05:00
commit 56341a15af
4 changed files with 8 additions and 18 deletions

View file

@ -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>