| 12345678910111213 | <?xml version="1.0" encoding="utf-8"?><ContentView xmlns="http://xamarin.com/schemas/2014/forms"             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"             x:Class="comal.timesheets.AssignmentSummary">    <ContentPage.Content>        <StackLayout>            <Label Text="Hello, world!"                   VerticalOptions="CenterAndExpand"                   HorizontalOptions="CenterAndExpand" />        </StackLayout>    </ContentPage.Content></ContentView>
 |