diff --git a/08-TabbedNavigation/ReadMe.md b/08-TabbedNavigation/ReadMe.md index feb8b021..14a97da2 100644 --- a/08-TabbedNavigation/ReadMe.md +++ b/08-TabbedNavigation/ReadMe.md @@ -1,7 +1,10 @@ # Tabbed Navigation -TODO +[Tabbed Page Docs](https://prismlibrary.github.io/docs/xamarin-forms/navigation/working-with-tabbedpages.html) -- Show Creating a Tabbed Page with tabs via querystring -- Show Selecting the visible tab via querystring -- Show Changing Tabs \ No newline at end of file +## This example shows the following + +- Creating a tab page in xaml and navigating to a tab with the query string +- Create tabs at runtime with the query string +- Navigating to a tab via the query string +- Changing to another tab with the navigation service \ No newline at end of file diff --git a/08-TabbedNavigation/src/PrismSample.Android/MainApplication.cs b/08-TabbedNavigation/src/PrismSample.Android/MainApplication.cs index f5bb0e3c..ac632feb 100644 --- a/08-TabbedNavigation/src/PrismSample.Android/MainApplication.cs +++ b/08-TabbedNavigation/src/PrismSample.Android/MainApplication.cs @@ -5,7 +5,7 @@ namespace PrismSample.Droid { [Application( - Label = "Prism Sample", + Label = "Tabbed Navigation", Icon = "@mipmap/icon" )] public class MainApplication : Application diff --git a/08-TabbedNavigation/src/PrismSample.Android/PrismSample.Android.csproj b/08-TabbedNavigation/src/PrismSample.Android/PrismSample.Android.csproj index 4a639f88..357d9996 100644 --- a/08-TabbedNavigation/src/PrismSample.Android/PrismSample.Android.csproj +++ b/08-TabbedNavigation/src/PrismSample.Android/PrismSample.Android.csproj @@ -104,4 +104,9 @@ + + + + + \ No newline at end of file diff --git a/08-TabbedNavigation/src/PrismSample.UWP/PrismSample.UWP.csproj b/08-TabbedNavigation/src/PrismSample.UWP/PrismSample.UWP.csproj index f48fe555..41e1dd61 100644 --- a/08-TabbedNavigation/src/PrismSample.UWP/PrismSample.UWP.csproj +++ b/08-TabbedNavigation/src/PrismSample.UWP/PrismSample.UWP.csproj @@ -159,4 +159,9 @@ 14.0 + + + + + \ No newline at end of file diff --git a/08-TabbedNavigation/src/PrismSample/App.xaml b/08-TabbedNavigation/src/PrismSample/App.xaml index ae4f0756..0535b093 100644 --- a/08-TabbedNavigation/src/PrismSample/App.xaml +++ b/08-TabbedNavigation/src/PrismSample/App.xaml @@ -11,7 +11,7 @@ #00A5F2 White -