<?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.Functionality22"><StackLayoutVerticalOptions="Center"HorizontalOptions="Center"><LabelText=""x:Name="labelAv"HorizontalTextAlignment="Center"></Label><LabelText="Click on show header button to check witch view is header"x:Name="label1"HorizontalTextAlignment="Center"></Label><LabelText="Click on show pane button to check witch view has a pane title"x:Name="label2"HorizontalTextAlignment="Center"></Label><ButtonText="Show header"Clicked="Button_Clicked"x:Name="button1"></Button><ButtonText="Show pane"Clicked="Button_Clicked1"x:Name="button2"></Button></StackLayout></ContentPage>