xamlxamarinstacklayout

Stacklayout not fill whole screen


There is a little dark space on the screen. I dont want these dark space here. How can i delete or make bigger my stacklayout ?

My xaml :

 <StackLayout  VerticalOptions="FillAndExpand" HorizontalOptions="Center" Padding="0" >...  </StackLayout>

enter image description here

This is my HomePage's xaml file :

https://www.paste.tc/homepagexaml


Solution

  • Solution: I changed Targeted Api version a lower one. I think my screen resolution was too high and that lower api version does not support that huge resolution. And i saw that blank spot on phone screen. enter image description here