Created
June 16, 2016 19:07
-
-
Save smetlov/e5cdad48dc50be78cd4275107d1652eb to your computer and use it in GitHub Desktop.
This file contains hidden or 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" ?> | |
<pages:BaseContentPage 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.AboutPage" | |
Title="About"> | |
<Label Text="About" VerticalOptions="Center" HorizontalOptions="Center" /> | |
</pages:BaseContentPage> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment