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