mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-30 23:16:09 +00:00 
			
		
		
		
	Tabs
This commit is contained in:
		
							parent
							
								
									9332a41320
								
							
						
					
					
						commit
						82aaec1b90
					
				
					 2 changed files with 25 additions and 16 deletions
				
			
		|  | @ -6,6 +6,6 @@ | |||
|     android:layout_height="wrap_content" | ||||
|     android:background="?attr/colorPrimary" | ||||
|     android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" | ||||
|     app:tabIndicatorColor="@android:color/white" | ||||
|     app:tabIndicatorColor="@color/HDRed" | ||||
|     app:tabGravity="fill" | ||||
|     app:tabMode="fixed" /> | ||||
|     app:tabMode="scrollable" /> | ||||
|  |  | |||
|  | @ -9,27 +9,28 @@ | |||
|         xmlns:mdview="clr-namespace:Xam.Forms.Markdown" | ||||
|         x:Name="This" | ||||
|         Title="Création de personnage" | ||||
|         android:TabbedPage.ToolbarPlacement="Bottom" | ||||
|         android:TabbedPage.IsSwipePagingEnabled="True" | ||||
|         android:TabbedPage.BarItemColor="{StaticResource HDMidGrey}" | ||||
|         android:TabbedPage.BarSelectedItemColor="{StaticResource HDRed}" | ||||
|         windows:TabbedPage.HeaderIconsEnabled="true"> | ||||
|     <windows:TabbedPage.HeaderIconsSize> | ||||
|         <Size> | ||||
|             <x:Arguments> | ||||
|                 <x:Double>48</x:Double> | ||||
|                 <x:Double>48</x:Double> | ||||
|             </x:Arguments> | ||||
|         </Size> | ||||
|     </windows:TabbedPage.HeaderIconsSize> | ||||
|         SelectedTabColor="{StaticResource HDRed}" | ||||
|         UnselectedTabColor="{StaticResource HDMidGrey}" | ||||
|         android:TabbedPage.IsSwipePagingEnabled="True"> | ||||
|     <TabbedPage.Resources> | ||||
|         <ResourceDictionary> | ||||
|             <tools:MonsterMarkdownTheme x:Key="MonsterMarkdownTheme" /> | ||||
|             <tools:NullToFalseConverter x:Key="NullToFalseConverter" /> | ||||
|         </ResourceDictionary> | ||||
|     </TabbedPage.Resources> | ||||
|     <ContentPage Title="Niveau"> | ||||
|     <ContentPage Title="Généralités"> | ||||
|         <StackLayout> | ||||
|             <Entry Placeholder="Nom" Text="{Binding Name}" /> | ||||
|             <Picker Title="Genre" HorizontalOptions="FillAndExpand"> | ||||
|                 <Picker.ItemsSource> | ||||
|                     <x:Array Type="{x:Type x:String}"> | ||||
|                         <x:String>Autre</x:String> | ||||
|                         <x:String>Féminin</x:String> | ||||
|                         <x:String>Masculin</x:String> | ||||
|                         <x:String>Non précisé</x:String> | ||||
|                     </x:Array> | ||||
|                 </Picker.ItemsSource> | ||||
|             </Picker> | ||||
|             <Picker Title="Niveau" HorizontalOptions="FillAndExpand" ItemsSource="{Binding Levels}" ItemDisplayBinding="{Binding StringFormat='Niveau : {0}'}" /> | ||||
|         </StackLayout> | ||||
|     </ContentPage> | ||||
|  | @ -67,6 +68,14 @@ | |||
|             <Picker Title="Charisme" HorizontalOptions="FillAndExpand" ItemsSource="{Binding Abilities}" ItemDisplayBinding="{Binding StringFormat='Charisme : {0}'}" /> | ||||
|         </StackLayout> | ||||
|     </ContentPage> | ||||
|     <ContentPage Title="Equipement"> | ||||
|         <StackLayout> | ||||
|         </StackLayout> | ||||
|     </ContentPage> | ||||
|     <ContentPage Title="Résumé"> | ||||
|         <StackLayout> | ||||
|         </StackLayout> | ||||
|     </ContentPage> | ||||
|     <!--<StackLayout Orientation="Vertical"> | ||||
|         <TableView Margin="10,0"> | ||||
|             <TableRoot> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez