Full screen splash in .NET MAUI
I have an image , and i want to display my image to entire screen in splash .But currently my images are displaying at the center of my mobile screen , I am targetting android version upto 13.
<ItemGroup>
<MauiSplashScreen Include=”ResourcesSplashsplash.svg” />
</ItemGroup>
I have an image , and i want to display my image to entire screen in splash .But currently my images are displaying at the center of my mobile screen , I am targetting android version upto 13.<ItemGroup><MauiSplashScreen Include=”ResourcesSplashsplash.svg” /></ItemGroup> Read More