I have a problem, I had a splash screen with an image and a background color but the image rendering is tiny, how can I change it?
This is my launch_background.xml:
<?xml version="1.0" encoding="utf-8"?>
<item>
<bitmap android:gravity="center" android:src="@drawable/splash" />
</item>
If you know a package or a way to solve it on Android and IOS it will be perfect.