mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-30 23:16:09 +00:00 
			
		
		
		
	Tests
This commit is contained in:
		
							parent
							
								
									0fa1b4c28e
								
							
						
					
					
						commit
						56fd39607d
					
				
					 1 changed files with 20 additions and 28 deletions
				
			
		|  | @ -38,56 +38,48 @@ | ||||||
|             } |             } | ||||||
|             ]]> |             ]]> | ||||||
|         </StyleSheet> |         </StyleSheet> | ||||||
|  |         <Style TargetType="ImageButton"> | ||||||
|  |             <Setter Property="VisualStateManager.VisualStateGroups"> | ||||||
|  |                 <VisualStateGroupList> | ||||||
|  |                     <VisualStateGroup x:Name="CommonStates"> | ||||||
|  |                         <VisualState x:Name="Normal"> | ||||||
|  |                             <VisualState.Setters> | ||||||
|  |                                 <Setter Property="Scale" Value="1" /> | ||||||
|  |                             </VisualState.Setters> | ||||||
|  |                         </VisualState> | ||||||
|  |                         <VisualState x:Name="Pressed"> | ||||||
|  |                             <VisualState.Setters> | ||||||
|  |                                 <Setter Property="Scale" Value="0.8" /> | ||||||
|  |                             </VisualState.Setters> | ||||||
|  |                         </VisualState> | ||||||
|  |                     </VisualStateGroup> | ||||||
|  |                 </VisualStateGroupList> | ||||||
|  |             </Setter> | ||||||
|  |         </Style> | ||||||
|     </ContentPage.Resources> |     </ContentPage.Resources> | ||||||
|     <ContentPage.Content> |     <ContentPage.Content> | ||||||
|         <ScrollView> |         <ScrollView> | ||||||
|             <FlexLayout> |             <FlexLayout> | ||||||
|                 <Label Text="{Binding Main.DebugCount.Result, StringFormat='Count : {0}'}" TextColor="Red" /> |                 <Label Text="{Binding Main.DebugCount.Result, StringFormat='Count : {0}'}" TextColor="Transparent" /> | ||||||
|                 <Grid> |                 <Grid> | ||||||
|                     <Label Text="Personnages" /> |                     <Label Text="Personnages" /> | ||||||
|                     <!--<Image Source="battle_axe.png" Parent="30" />--> |                     <ImageButton Source="battle_axe.png" Command="{Binding Main.Navigator.PlayerCharacterEditorCommand}" /> | ||||||
|                     <ImageButton  |  | ||||||
|                         HorizontalOptions="Center" |  | ||||||
|                         VerticalOptions="CenterAndExpand" |  | ||||||
|                         Source="battle_axe.png"  |  | ||||||
|                         Command="{Binding Main.Navigator.PlayerCharacterEditorCommand}"/> |  | ||||||
| 
 |  | ||||||
|                     <!--<Grid.GestureRecognizers> |  | ||||||
|                         <ClickGestureRecognizer Command="{Binding Main.Navigator.PlayerCharacterEditorCommand}" /> |  | ||||||
|                         <TapGestureRecognizer Command="{Binding Main.Navigator.PlayerCharacterEditorCommand}" /> |  | ||||||
|                     </Grid.GestureRecognizers>--> |  | ||||||
|                 </Grid> |                 </Grid> | ||||||
|                 <Grid> |                 <Grid> | ||||||
|                     <Label Text="Bibliothèque" /> |                     <Label Text="Bibliothèque" /> | ||||||
|                     <ImageButton Source="spell_book.png" Command="{Binding Main.Navigator.LibraryCommand}" /> |                     <ImageButton Source="spell_book.png" Command="{Binding Main.Navigator.LibraryCommand}" /> | ||||||
|                     <Grid.GestureRecognizers> |  | ||||||
|                         <ClickGestureRecognizer Command="{Binding Main.Navigator.LibraryCommand}" /> |  | ||||||
|                         <TapGestureRecognizer Command="{Binding Main.Navigator.LibraryCommand}" /> |  | ||||||
|                     </Grid.GestureRecognizers> |  | ||||||
|                 </Grid> |                 </Grid> | ||||||
|                 <Grid> |                 <Grid> | ||||||
|                     <Label Text="Favoris" /> |                     <Label Text="Favoris" /> | ||||||
|                     <ImageButton Source="stars_stack.png" Command="{Binding Main.Navigator.BookmarksCommand}" /> |                     <ImageButton Source="stars_stack.png" Command="{Binding Main.Navigator.BookmarksCommand}" /> | ||||||
|                     <Grid.GestureRecognizers> |  | ||||||
|                         <ClickGestureRecognizer Command="{Binding Main.Navigator.BookmarksCommand}" /> |  | ||||||
|                         <TapGestureRecognizer Command="{Binding Main.Navigator.BookmarksCommand}" /> |  | ||||||
|                     </Grid.GestureRecognizers> |  | ||||||
|                 </Grid> |                 </Grid> | ||||||
|                 <Grid> |                 <Grid> | ||||||
|                     <Label Text="Recherche" /> |                     <Label Text="Recherche" /> | ||||||
|                     <ImageButton Source="crystal_ball.png" Command="{Binding Main.Navigator.DeepSearchCommand}" /> |                     <ImageButton Source="crystal_ball.png" Command="{Binding Main.Navigator.DeepSearchCommand}" /> | ||||||
|                     <Grid.GestureRecognizers> |  | ||||||
|                         <ClickGestureRecognizer Command="{Binding Main.Navigator.DeepSearchCommand}" /> |  | ||||||
|                         <TapGestureRecognizer Command="{Binding Main.Navigator.DeepSearchCommand}" /> |  | ||||||
|                     </Grid.GestureRecognizers> |  | ||||||
|                 </Grid> |                 </Grid> | ||||||
|                 <Grid> |                 <Grid> | ||||||
|                     <Label Text="A propos de..." /> |                     <Label Text="A propos de..." /> | ||||||
|                     <ImageButton Source="wooden_sign.png" Command="{Binding Main.Navigator.AboutCommand}" /> |                     <ImageButton Source="wooden_sign.png" Command="{Binding Main.Navigator.AboutCommand}" /> | ||||||
|                     <Grid.GestureRecognizers> |  | ||||||
|                         <ClickGestureRecognizer Command="{Binding Main.Navigator.AboutCommand}" /> |  | ||||||
|                         <TapGestureRecognizer Command="{Binding Main.Navigator.AboutCommand}" /> |  | ||||||
|                     </Grid.GestureRecognizers> |  | ||||||
|                 </Grid> |                 </Grid> | ||||||
|             </FlexLayout> |             </FlexLayout> | ||||||
|         </ScrollView> |         </ScrollView> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez