2019-05-24 10:27:19 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2019-11-30 14:41:36 -05:00
|
|
|
<ContentView
|
2019-05-24 15:59:26 -04:00
|
|
|
xmlns="http://xamarin.com/schemas/2014/forms"
|
2019-12-01 06:53:30 -05:00
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
2019-07-05 14:17:09 -04:00
|
|
|
x:Class="Aurora.Design.Views.MainView.PageContainer">
|
2019-11-30 14:41:36 -05:00
|
|
|
<ContentView.Content>
|
2019-11-08 19:54:51 -05:00
|
|
|
<Grid
|
|
|
|
x:Name="Grid">
|
2019-05-24 15:59:26 -04:00
|
|
|
<ContentPresenter
|
|
|
|
x:Name="ViewContent"/>
|
2019-12-01 06:53:30 -05:00
|
|
|
|
2019-05-24 15:59:26 -04:00
|
|
|
</Grid>
|
2019-11-30 14:41:36 -05:00
|
|
|
</ContentView.Content>
|
|
|
|
</ContentView>
|