<?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.Functionality2"><ContentPage.Content><GridMargin="10,50"><Grid.RowDefinitions><RowDefinitionHeight="80"></RowDefinition><RowDefinitionHeight="80"></RowDefinition><RowDefinitionHeight="80"></RowDefinition><RowDefinitionHeight="80"></RowDefinition><RowDefinitionHeight="80"></RowDefinition><RowDefinitionHeight="60"></RowDefinition></Grid.RowDefinitions><Grid.ColumnDefinitions><ColumnDefinition></ColumnDefinition><ColumnDefinition></ColumnDefinition><ColumnDefinition></ColumnDefinition><ColumnDefinition></ColumnDefinition></Grid.ColumnDefinitions><Labelx:Name="FocusOrderLabel"Grid.Row="0"Grid.ColumnSpan="4"></Label><Labelx:Name="label1"Text="1"Grid.Row="1"Grid.Column="0"BackgroundColor="AliceBlue"VerticalTextAlignment="Center"HorizontalTextAlignment="Center"></Label><Labelx:Name="label2"Text="2"Grid.Row="2"Grid.Column="2"BackgroundColor="AntiqueWhite"VerticalTextAlignment="Center"HorizontalTextAlignment="Center"></Label><Labelx:Name="label3"Text="3"Grid.Row="3"Grid.Column="1"BackgroundColor="LightYellow"VerticalTextAlignment="Center"HorizontalTextAlignment="Center"></Label><Labelx:Name="label4"Text="4"Grid.Row="4"Grid.Column="3"BackgroundColor="LightCoral"VerticalTextAlignment="Center"HorizontalTextAlignment="Center"></Label><ButtonText="Change focus order to left-right"Grid.Row="5"Grid.ColumnSpan="4"BackgroundColor="Blue"TextColor="White"Clicked="OnButtonClicked"x:Name="ChangeButton"></Button></Grid></ContentPage.Content></ContentPage>