Skip to content

Instantly share code, notes, and snippets.

View twolfprogrammer's full-sized avatar

Thomas Wolf twolfprogrammer

View GitHub Profile
<?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:HelloForms"
x:Class="HelloForms.HelloFormsPage">
<Label
Text="Hello Xamarin.Forms"
VerticalOptions="Center"
HorizontalOptions="Center" />