mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-31 07:26:09 +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" ?> | ||||
| <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:views="clr-namespace:AideDeJeu.Views" | ||||
|     x:Class="AideDeJeu.Views.MainTabbedPage" | ||||
|  | @ -8,8 +9,10 @@ | |||
|     BarBackgroundColor="{StaticResource rulered}" | ||||
|     BarTextColor="{StaticResource bgtan}" | ||||
|     xmlns:windows="clr-namespace:Xamarin.Forms.PlatformConfiguration.WindowsSpecific;assembly=Xamarin.Forms.Core" | ||||
|             windows:TabbedPage.HeaderIconsEnabled="true"> | ||||
|   <!--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.Title> | ||||
|             <OnPlatform x:TypeArguments="x:String" Android="" Default="Bibliothèque" WinPhone="Bibliothèque"/> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez