mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-11-01 07:56:04 +00:00
Bottom bar android
This commit is contained in:
parent
2b35eff907
commit
9aa595d1b0
1 changed files with 14 additions and 11 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<TabbedPage xmlns="http://xamarin.com/schemas/2014/forms"
|
<TabbedPage
|
||||||
|
xmlns="http://xamarin.com/schemas/2014/forms"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||||
xmlns:views="clr-namespace:AideDeJeu.Views"
|
xmlns:views="clr-namespace:AideDeJeu.Views"
|
||||||
x:Class="AideDeJeu.Views.MainTabbedPage"
|
x:Class="AideDeJeu.Views.MainTabbedPage"
|
||||||
|
|
@ -8,8 +9,10 @@
|
||||||
BarBackgroundColor="{StaticResource rulered}"
|
BarBackgroundColor="{StaticResource rulered}"
|
||||||
BarTextColor="{StaticResource bgtan}"
|
BarTextColor="{StaticResource bgtan}"
|
||||||
xmlns:windows="clr-namespace:Xamarin.Forms.PlatformConfiguration.WindowsSpecific;assembly=Xamarin.Forms.Core"
|
xmlns:windows="clr-namespace:Xamarin.Forms.PlatformConfiguration.WindowsSpecific;assembly=Xamarin.Forms.Core"
|
||||||
windows:TabbedPage.HeaderIconsEnabled="true">
|
windows:TabbedPage.HeaderIconsEnabled="true"
|
||||||
<!--Pages can be added as references or inline-->
|
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"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue