Created
June 16, 2016 19:05
-
-
Save smetlov/ce73834bedd3b077159b15b2a2987c2a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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