mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-31 15:36:07 +00:00 
			
		
		
		
	Petits changements barre de titre
This commit is contained in:
		
							parent
							
								
									783044bab7
								
							
						
					
					
						commit
						22d29352f8
					
				
					 3 changed files with 22 additions and 5 deletions
				
			
		|  | @ -3,7 +3,8 @@ | |||
|              xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" | ||||
|              xmlns:tools="clr-namespace:AideDeJeu.Tools" | ||||
|              x:Class="AideDeJeu.Views.BookmarksPage" | ||||
|              x:Name="This"> | ||||
|              x:Name="This" | ||||
|              Title="Favoris"> | ||||
|     <ContentPage.Resources> | ||||
|         <ResourceDictionary> | ||||
|             <tools:IntToBooleanConverter x:Key="IntToBooleanConverter" NonZeroValue="False" NullOrZeroValue="True" /> | ||||
|  |  | |||
|  | @ -15,8 +15,8 @@ | |||
|         </ResourceDictionary> | ||||
|     </ContentPage.Resources> | ||||
|     <ContentPage.ToolbarItems> | ||||
|         <!--<ToolbarItem Name="DeepSearch" Text="Rechercher..." Order="Primary" Icon="crystal_ball.png" Command="{Binding Main.Navigator.DeepSearchCommand}" /> | ||||
|         <ToolbarItem Name="About" Text="À propos de..." Order="Secondary" Icon="wooden_sign.png" Command="{Binding Main.Navigator.AboutCommand}" />--> | ||||
|         <!--<ToolbarItem Name="DeepSearch" Text="Rechercher..." Order="Primary" Icon="crystal_ball.png" Command="{Binding Main.Navigator.DeepSearchCommand}" />--> | ||||
|         <!--<ToolbarItem Name="About" Text="À propos de..." Order="Secondary" Icon="wooden_sign.png" Command="{Binding Main.Navigator.AboutCommand}" />--> | ||||
|     </ContentPage.ToolbarItems> | ||||
|     <ContentPage.Content> | ||||
|         <Grid> | ||||
|  |  | |||
|  | @ -13,7 +13,23 @@ | |||
|             <views:ItemDetailPage /> | ||||
|         </x:Arguments> | ||||
|     </views:MainNavigationPage> | ||||
|     <views:BookmarksPage Icon="stars_stack"> | ||||
|     <views:MainNavigationPage Icon="stars_stack"> | ||||
|         <views:MainNavigationPage.Title> | ||||
|             <OnPlatform x:TypeArguments="x:String" Android="" Default="Favoris" WinPhone="Favoris"/> | ||||
|         </views:MainNavigationPage.Title> | ||||
|         <x:Arguments> | ||||
|             <views:BookmarksPage /> | ||||
|         </x:Arguments> | ||||
|     </views:MainNavigationPage> | ||||
|     <views:MainNavigationPage Icon="crystal_ball"> | ||||
|         <views:MainNavigationPage.Title> | ||||
|             <OnPlatform x:TypeArguments="x:String" Android="" Default="Recherche" WinPhone="Recherche"/> | ||||
|         </views:MainNavigationPage.Title> | ||||
|         <x:Arguments> | ||||
|             <views:DeepSearchPage /> | ||||
|         </x:Arguments> | ||||
|     </views:MainNavigationPage> | ||||
|     <!--<views:BookmarksPage Icon="stars_stack"> | ||||
|         <views:BookmarksPage.Title> | ||||
|             <OnPlatform x:TypeArguments="x:String" Android="" Default="Favoris" WinPhone="Favoris"/> | ||||
|         </views:BookmarksPage.Title> | ||||
|  | @ -22,7 +38,7 @@ | |||
|         <views:DeepSearchPage.Title> | ||||
|             <OnPlatform x:TypeArguments="x:String" Android="" Default="Recherche" WinPhone="Recherche" /> | ||||
|         </views:DeepSearchPage.Title> | ||||
|     </views:DeepSearchPage> | ||||
|     </views:DeepSearchPage>--> | ||||
|     <views:AboutPage Title="?" Icon="wooden_sign"> | ||||
|         <views:AboutPage.Title> | ||||
|             <OnPlatform x:TypeArguments="x:String" Android="" Default="À propos de..." WinPhone="À propos de..." /> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez