|
|
|
@ -31,86 +31,87 @@
|
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Bestiaire"/>
|
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Équipages"/>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
<VerticalStackLayout Grid.Row="0" Grid.Column="1" Spacing="40">
|
|
|
|
|
<ScrollView Grid.Row="0" Grid.Column="1" Orientation="Vertical" VerticalScrollBarVisibility="Always">
|
|
|
|
|
<VerticalStackLayout Spacing="40">
|
|
|
|
|
|
|
|
|
|
<CollectionView x:Name="listObj" >
|
|
|
|
|
<CollectionView.ItemTemplate>
|
|
|
|
|
<DataTemplate>
|
|
|
|
|
<VerticalStackLayout Spacing="10" Padding="20" >
|
|
|
|
|
<CollectionView x:Name="listObj" >
|
|
|
|
|
<CollectionView.ItemTemplate>
|
|
|
|
|
<DataTemplate>
|
|
|
|
|
<VerticalStackLayout Spacing="10" Padding="40" >
|
|
|
|
|
|
|
|
|
|
<Grid ColumnSpacing="45" Padding="30">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="30*"/>
|
|
|
|
|
<ColumnDefinition Width="30*"/>
|
|
|
|
|
<Grid ColumnSpacing="20">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="45*"/>
|
|
|
|
|
<ColumnDefinition Width="45*"/>
|
|
|
|
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<VerticalStackLayout Grid.Column="0" Spacing="2" Padding="5">
|
|
|
|
|
<Frame BorderColor="#72a3b3" BackgroundColor="#e2edf1">
|
|
|
|
|
<Label Text="Sommaire :" Style="{StaticResource titreInfo}" />
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame BorderColor="#72a3b3" BackgroundColor="#e2edf1">
|
|
|
|
|
<Label Text="1 Description" TextColor="#72a3b3"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame BorderColor="#72a3b3" BackgroundColor="#e2edf1">
|
|
|
|
|
<Label Text="2 Force/Faiblesses" TextColor="#72a3b3"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame BorderColor="#72a3b3" BackgroundColor="#e2edf1">
|
|
|
|
|
<Label Text="3 Utilisateurs" TextColor="#72a3b3"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
<VerticalStackLayout Grid.Column="1" Spacing="2" Padding="5">
|
|
|
|
|
<Frame BorderColor="#72a3b3" BackgroundColor="#e2edf1">
|
|
|
|
|
<Label Text="{Binding Nom}" HorizontalOptions="Center" Style="{StaticResource titreInfo}" />
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame BorderColor="#72a3b3" BackgroundColor="#e2edf1">
|
|
|
|
|
<Image
|
|
|
|
|
Source="{Binding Image}"
|
|
|
|
|
HeightRequest="250"
|
|
|
|
|
WidthRequest="250"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame BorderColor="#72a3b3" BackgroundColor="#e2edf1">
|
|
|
|
|
<HorizontalStackLayout Spacing="5" HorizontalOptions="Center">
|
|
|
|
|
<Label Text="Nom romanisé :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding NomRomanise}" TextColor="#72a3b3"/>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame BorderColor="#72a3b3" BackgroundColor="#e2edf1">
|
|
|
|
|
<HorizontalStackLayout Spacing="5" HorizontalOptions="Center">
|
|
|
|
|
<Label Text="Type :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding Type}" TextColor="#72a3b3"/>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame BorderColor="#72a3b3" BackgroundColor="#e2edf1">
|
|
|
|
|
<HorizontalStackLayout Spacing="5" HorizontalOptions="Center">
|
|
|
|
|
<Label Text="Premier apparition (chapitre) :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding PremierChap}" TextColor="#72a3b3"/>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame BorderColor="#72a3b3" BackgroundColor="#e2edf1">
|
|
|
|
|
<HorizontalStackLayout Spacing="5" HorizontalOptions="Center">
|
|
|
|
|
<Label Text="Premier apparition (episode) :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding PremierEp}" TextColor="#72a3b3"/>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<VerticalStackLayout Grid.Column="0" Spacing="2" Padding="5">
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<Label Text="Sommaire :" Style="{StaticResource titreInfo}" />
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}" >
|
|
|
|
|
<Label Text="1 Description" TextColor="#72a3b3"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}" >
|
|
|
|
|
<Label Text="2 Force/Faiblesses" TextColor="#72a3b3"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}" >
|
|
|
|
|
<Label Text="3 Utilisateurs" TextColor="#72a3b3"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
<VerticalStackLayout Grid.Column="1" Spacing="2" Padding="5">
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}" >
|
|
|
|
|
<Label Text="{Binding Nom}" HorizontalOptions="Center" Style="{StaticResource titreInfo}" />
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<Image
|
|
|
|
|
Source="{Binding Image}"
|
|
|
|
|
HeightRequest="250"
|
|
|
|
|
WidthRequest="250"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<HorizontalStackLayout Spacing="5" HorizontalOptions="Center">
|
|
|
|
|
<Label Text="Nom romanisé :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding NomRomanise}" TextColor="#72a3b3"/>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<HorizontalStackLayout Spacing="5" HorizontalOptions="Center">
|
|
|
|
|
<Label Text="Type :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding Type}" TextColor="#72a3b3"/>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<HorizontalStackLayout Spacing="5" HorizontalOptions="Center">
|
|
|
|
|
<Label Text="Premier apparition (chapitre) :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding PremierChap}" TextColor="#72a3b3"/>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<HorizontalStackLayout Spacing="5" HorizontalOptions="Center">
|
|
|
|
|
<Label Text="Premier apparition (episode) :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding PremierEp}" TextColor="#72a3b3"/>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</Grid>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="Description :" Style="{StaticResource titreInfo}"/>
|
|
|
|
|
<Line Stroke="#72a3b3" StrokeThickness="2" X1="0" X2="1500"/>
|
|
|
|
|
<Label Text="{Binding Description}" TextColor="#72a3b3"/>
|
|
|
|
|
<Label Text="Force / Faiblesses :" Style="{StaticResource titreInfo}"/>
|
|
|
|
|
<Line Stroke="#72a3b3" StrokeThickness="2" X1="0" X2="1500"/>
|
|
|
|
|
<Label Text="{Binding Forces}" TextColor="#72a3b3"/>
|
|
|
|
|
<Label Text="{Binding Faiblesses}" TextColor="#72a3b3"/>
|
|
|
|
|
<Label Text="Utilisateurs :" Style="{StaticResource titreInfo}"/>
|
|
|
|
|
<Line Stroke="#72a3b3" StrokeThickness="2" X1="0" X2="1500"/>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</DataTemplate>
|
|
|
|
|
</CollectionView.ItemTemplate>
|
|
|
|
|
</CollectionView>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
<Label Text="Description :" Style="{StaticResource titreInfo}"/>
|
|
|
|
|
<Line Stroke="#72a3b3" StrokeThickness="2" X1="0" X2="3000"/>
|
|
|
|
|
<Label Text="{Binding Description}" TextColor="#72a3b3"/>
|
|
|
|
|
<Label Text="Force / Faiblesses :" Style="{StaticResource titreInfo}"/>
|
|
|
|
|
<Line Stroke="#72a3b3" StrokeThickness="2" X1="0" X2="3000"/>
|
|
|
|
|
<Label Text="{Binding Forces}" TextColor="#72a3b3"/>
|
|
|
|
|
<Label Text="{Binding Faiblesses}" TextColor="#72a3b3"/>
|
|
|
|
|
<Label Text="Utilisateurs :" Style="{StaticResource titreInfo}"/>
|
|
|
|
|
<Line Stroke="#72a3b3" StrokeThickness="2" X1="0" X2="3000"/>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</DataTemplate>
|
|
|
|
|
</CollectionView.ItemTemplate>
|
|
|
|
|
</CollectionView>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</ScrollView>
|
|
|
|
|
</Grid>
|
|
|
|
|
</ContentPage>
|