1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-31 15:36:07 +00:00

Bottom bar android

This commit is contained in:
Yan Maniez 2018-09-13 19:07:59 +02:00
parent 2b35eff907
commit 9aa595d1b0

View file

@ -1,15 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<TabbedPage xmlns="http://xamarin.com/schemas/2014/forms" <TabbedPage
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:views="clr-namespace:AideDeJeu.Views" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="AideDeJeu.Views.MainTabbedPage" xmlns:views="clr-namespace:AideDeJeu.Views"
Padding="0" x:Class="AideDeJeu.Views.MainTabbedPage"
BackgroundColor="{StaticResource bgtan}" Padding="0"
BarBackgroundColor="{StaticResource rulered}" BackgroundColor="{StaticResource bgtan}"
BarTextColor="{StaticResource bgtan}" BarBackgroundColor="{StaticResource rulered}"
xmlns:windows="clr-namespace:Xamarin.Forms.PlatformConfiguration.WindowsSpecific;assembly=Xamarin.Forms.Core" BarTextColor="{StaticResource bgtan}"
windows:TabbedPage.HeaderIconsEnabled="true"> xmlns:windows="clr-namespace:Xamarin.Forms.PlatformConfiguration.WindowsSpecific;assembly=Xamarin.Forms.Core"
<!--Pages can be added as references or inline--> windows:TabbedPage.HeaderIconsEnabled="true"
xmlns:android="clr-namespace:Xamarin.Forms.PlatformConfiguration.AndroidSpecific;assembly=Xamarin.Forms.Core"
android:TabbedPage.ToolbarPlacement="Bottom">
<views:MainNavigationPage x:Name="NavigationPage" Icon="spell_book.png"> <views:MainNavigationPage x:Name="NavigationPage" Icon="spell_book.png">
<views:MainNavigationPage.Title> <views:MainNavigationPage.Title>
<OnPlatform x:TypeArguments="x:String" Android="" Default="Bibliothèque" WinPhone="Bibliothèque"/> <OnPlatform x:TypeArguments="x:String" Android="" Default="Bibliothèque" WinPhone="Bibliothèque"/>