salam, i have big problem here about visualstudio 2019 using xamarin. i keep try to fix some problem but stil didnt work. check this screenshot and this is my first style my styles.xml
<?xml version="1.0" encoding="utf-8" ?>
<resources>
  <style name="SplashScreenTheme" parent="Theme.AppCompat.Light.NoActionBar">
    <!--drawable/splashscreen >> from image | drawable/splash From xml logo -->
    <!--<item name="android:windowBackground">@drawable/splashscreen</item>-->
    <item name="android:windowBackground">@drawable/splash</item>
    <item name="android:windowNoTitle">true</item>
    <item name="android:windowFullscreen">true</item>
    <item name="android:windowContentOverlay">@null</item>
    <item name="android:windowActionBar">true</item>
  </style>
hope you guys can help me. Thanks advance
 
    