mirror of
https://github.com/jwetzell/qController.git
synced 2026-09-09 08:19:22 +00:00
Address warnings and move to FlyoutPage for Xamarin Forms 5
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MasterDetailPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="qController.RootPage" xmlns:pages="clr-namespace:qController">
|
||||
|
||||
</MasterDetailPage>
|
||||
<FlyoutPage xmlns="http://xamarin.com/schemas/2014/forms"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="qController.RootPage">
|
||||
|
||||
</FlyoutPage>
|
||||
|
||||
Reference in New Issue
Block a user