| <?xml version="1.0" encoding="utf-8"?><ContentView xmlns="http://xamarin.com/schemas/2014/forms"             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"             xmlns:ui="clr-namespace:XF.Material.Forms.UI;assembly=XF.Material"             x:Class="InABox.Mobile.MobileMenuButton">    <ContentView.Content>        <ImageButton x:Name="_image" Source="{Binding Image}" Clicked="_image_OnClicked" />    </ContentView.Content></ContentView>
 |