Skip to content

Instantly share code, notes, and snippets.

@tuyen-vuduc
Last active July 16, 2017 15:12
Show Gist options
  • Save tuyen-vuduc/41d242b8610b044ae52874831de7ea8e to your computer and use it in GitHub Desktop.
Save tuyen-vuduc/41d242b8610b044ae52874831de7ea8e to your computer and use it in GitHub Desktop.
BottomTabbedPage.xaml
<forms:BottomTabbedPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:forms="clr-namespace:Naxam.Controls.Forms;assembly=Naxam.BottomTabbedPage.Forms"
xmlns:views="clr-namespace:Naxam.Demo.Views;assembly=Naxam.Demo"
x:Class="Naxam.Demo.MainTabbedPage"
Title="BottomTabbedDemo">
<views:Page1/>
<views:Page2/>
<views:Page3/>
<views:Page4/>
<views:Page5/>
</forms:BottomTabbedPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment