I'm struggling to understand where there is a slight padding at the top of my application in Android as shown in the image:
My StackLayout has Spacing = 0 and Padding = new Thickness(0). Why is the ProgressBar not immediately under the notification bar?
I appreciate any help! Thanks!