<?xml version="1.0" encoding="UTF-8"?><ContentPagexmlns="http://xamarin.com/schemas/2014/forms"xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"x:Class="SampleApp.Views.Functionality14"><ContentPage.Content><GridVerticalOptions="Center"HorizontalOptions="Center"><Grid.RowDefinitions><RowDefinitionHeight="auto"></RowDefinition><RowDefinitionHeight="auto"></RowDefinition></Grid.RowDefinitions><LabelText="Text 1: this is text number one."Grid.Row="0"x:Name="TextToRead"></Label><ButtonText="Read Text 1 with screen reader off"Grid.Row="1"Clicked="Button_Clicked"></Button></Grid></ContentPage.Content></ContentPage>