Fix bug that was caused by a theme attribute in splash_screen.xml

This commit is contained in:
uykek 2020-06-03 17:05:39 +02:00
parent a47443ce99
commit 0356687ee0

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item <item
android:drawable="?attr/colorAccent"/> android:drawable="@color/colorAccent"/>
<item> <item>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android" <bitmap xmlns:android="http://schemas.android.com/apk/res/android"