Ios Safe Area Tweaks

This commit is contained in:
2022-11-08 09:45:24 -06:00
parent c0c1d7a9bb
commit e9d19daf6a
3 changed files with 16 additions and 3 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="qController.MenuPage">
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="qController.MenuPage">
<StackLayout>
<ListView x:Name="listView">
</ListView>