I'm trying to make background logo in splash screen in flutter app.
It had to edit xml file in android/res/drawable folder. so I edited the code like below. But I get an error 'Cannot resolve symbol', and I've added the src file in the same position to the folder.
<item>
<bitmap
android:gravity="center"
android:src="@drawable/eye.png" />
</item> -->
