mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
12 lines
464 B
XML
12 lines
464 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"
|
|
x:Class="Borepin.Page.ViewB">
|
|
<ContentPage.Content>
|
|
<StackLayout>
|
|
<Label Text="View B"
|
|
VerticalOptions="CenterAndExpand"
|
|
HorizontalOptions="CenterAndExpand" />
|
|
</StackLayout>
|
|
</ContentPage.Content>
|
|
</ContentPage> |