MobileMenuButton.xaml 461 B

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