Skip to content

Instantly share code, notes, and snippets.

@smetlov
Created June 16, 2016 19:05
Show Gist options
  • Save smetlov/ce73834bedd3b077159b15b2a2987c2a to your computer and use it in GitHub Desktop.
Save smetlov/ce73834bedd3b077159b15b2a2987c2a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<TabbedPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:pages="clr-namespace:CustomBottomMenu.Pages;assembly=CustomBottomMenu"
x:Class="CustomBottomMenu.Pages.MainPage">
<pages:AboutPage Icon="ic_about" />
<pages:ContactsPage Icon="ic_contact" />
</TabbedPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment