I have created an app icon using Google's developer at guidelines https://developer.android.com/google-play/resources/icon-design-specifications. After setting the icon in MainActivity/AssemblyInfo/AndroidManifest, padding has been applied to it to make it round, instead of rounding the source image. The source icon is a full 512x512 pixel image as seen below.
From this, I expected the result to look like this, with the rounding mask applied by Android.
However, in reality, it looks like this.
How do I allow my icon to fill the complete area of the circle? (The results are being tested on Android 10.0, API level 29)