-
I replaced the <?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<color android:color="@color/splash_background"/>
</item>
<item android:drawable="@drawable/icon"
android:width="120dp"
android:height="120dp"
android:gravity="center" />
</layer-list> And when I hover my mouse over the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
We don't have any hardcoded splash screens, that icon should be the only one on the project. |
Beta Was this translation helpful? Give feedback.
-
It turned out to be the |
Beta Was this translation helpful? Give feedback.
It turned out to be the
avalonia-anim.xml
vector graphic underdrawable-*
folders and referenced fromstyles.xml
. Deleting those made my own logo appear on the splash screen.