We know that when the app do some long process like downloading some information from internet it could show a splash screen before loading the application and when the app
You can solve this bug by converting image as a brush(color).
Add new file xml(splash_bg.xml) file in the drawable folder, like this.
-
-
Now add a new style, and apply splash_bg.xml as a background color.
Apply this new style to your main launcher activity or splash screen.
[Activity(Label = "label", MainLauncher = true, Theme = "@style/Theme.SplashBg")]
public class SplashScreenActivity : Activity