7 lines
422 B
XML
7 lines
422 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:local="clr-namespace:Aurora" x:Class="Aurora.MainPage">
|
|
<StackLayout>
|
|
<!-- Place new controls here -->
|
|
<Label Text="Welcome to Xamarin.Forms!" HorizontalOptions="Center" VerticalOptions="CenterAndExpand" />
|
|
</StackLayout>
|
|
</ContentPage> |