Fix bug that was caused by a theme attribute in splash_screen.xml
This commit is contained in:
parent
a47443ce99
commit
0356687ee0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:drawable="?attr/colorAccent"/>
|
||||
android:drawable="@color/colorAccent"/>
|
||||
|
||||
<item>
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
|
|
Loading…
Reference in a new issue