Skip to content

Instantly share code, notes, and snippets.

@smetlov
Created June 16, 2016 19:07
Show Gist options
  • Save smetlov/e5cdad48dc50be78cd4275107d1652eb to your computer and use it in GitHub Desktop.
Save smetlov/e5cdad48dc50be78cd4275107d1652eb to your computer and use it in GitHub Desktop.
<?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