12 lines
426 B
XML
12 lines
426 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<ContentPage
|
|
xmlns="http://xamarin.com/schemas/2014/forms"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:views="clr-namespace:MobileApp1.Views"
|
|
x:Class="MobileApp1.Views.AboutPage"
|
|
Title="About">
|
|
<ContentPage.Content>
|
|
<StackLayout Margin="20">
|
|
<views:AboutView />
|
|
</StackLayout>
|
|
</ContentPage.Content>
|
|
</ContentPage> |