Updated Xamarin forms and replaced main page with grid instead of master

This commit is contained in:
watsonb8
2019-11-30 14:41:36 -05:00
parent 41e853b1c6
commit 042a0d466a
10 changed files with 97 additions and 209 deletions

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage
<ContentView
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:components="clr-namespace:Aurora.Design.Components"
xmlns:mp="clr-namespace:Aurora.Design.Components.MediaPlayer"
x:Class="Aurora.Design.Views.MainView.PageContainer">
<ContentPage.Content>
<ContentView.Content>
<Grid
x:Name="Grid">
<Grid.RowDefinitions>
@ -24,5 +24,5 @@
VerticalOptions="End"
HeightRequest="200"/>
</Grid>
</ContentPage.Content>
</ContentPage>
</ContentView.Content>
</ContentView>