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>
This is my HomePage's xaml file :
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.