|
|
@ -25,11 +25,11 @@
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Accueil"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Accueil"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Carte"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Carte"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Personnages"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Personnages"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu2}" Text="Fruits du démon"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Fruits du démon"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Bateaux"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Bateaux"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Îles"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Îles"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Bestiaire"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Bestiaire"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Équipages"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu2}" Text="Équipages"/>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
<ScrollView Grid.Row="0" Grid.Column="1" Orientation="Vertical" VerticalScrollBarVisibility="Always">
|
|
|
|
<ScrollView Grid.Row="0" Grid.Column="1" Orientation="Vertical" VerticalScrollBarVisibility="Always">
|
|
|
|
<VerticalStackLayout Spacing="40">
|
|
|
|
<VerticalStackLayout Spacing="40">
|
|
|
@ -37,64 +37,56 @@
|
|
|
|
<CollectionView.ItemTemplate>
|
|
|
|
<CollectionView.ItemTemplate>
|
|
|
|
<DataTemplate>
|
|
|
|
<DataTemplate>
|
|
|
|
|
|
|
|
|
|
|
|
<VerticalStackLayout Spacing="10" Padding="20">
|
|
|
|
<VerticalStackLayout Spacing="10" Padding="40">
|
|
|
|
|
|
|
|
|
|
|
|
<Grid Padding="10" ColumnSpacing="20">
|
|
|
|
<Grid ColumnSpacing="20">
|
|
|
|
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<ColumnDefinition Width="45*"/>
|
|
|
|
<ColumnDefinition Width="40*"/>
|
|
|
|
<ColumnDefinition Width="45*"/>
|
|
|
|
<ColumnDefinition Width="40*"/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<VerticalStackLayout Grid.Column="0" Spacing="4">
|
|
|
|
<VerticalStackLayout Grid.Column="0" Spacing="4">
|
|
|
|
<Frame BorderColor="#72a3b3">
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
<Label Text="Sommaire" TextColor="#72a3b3"/>
|
|
|
|
<Label Text="Sommaire" Style="{StaticResource titreInfo}"/>
|
|
|
|
</Frame>
|
|
|
|
</Frame>
|
|
|
|
<Frame BorderColor="#72a3b3">
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
<Label Text="1 - Description" TextColor="#72a3b3"/>
|
|
|
|
<Label Text="1 - Description" TextColor="#72a3b3"/>
|
|
|
|
</Frame>
|
|
|
|
</Frame>
|
|
|
|
<Frame BorderColor="#72a3b3">
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
<Label Text="2 - Membre(s)" TextColor="#72a3b3"/>
|
|
|
|
<Label Text="2 - Membre(s)" TextColor="#72a3b3"/>
|
|
|
|
</Frame>
|
|
|
|
</Frame>
|
|
|
|
<Frame BorderColor="#72a3b3">
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
<Label Text="3 - Allié(s)" TextColor="#72a3b3"/>
|
|
|
|
<Label Text="3 - Allié(s)" TextColor="#72a3b3"/>
|
|
|
|
</Frame>
|
|
|
|
</Frame>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
<VerticalStackLayout Grid.Column="1" Spacing="4">
|
|
|
|
<VerticalStackLayout Grid.Column="1" Spacing="4">
|
|
|
|
<Frame BorderColor="#72a3b3">
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
<Label
|
|
|
|
<Label Style="{StaticResource titreInfo}" Text="{Binding Nom}"/>
|
|
|
|
VerticalOptions="End"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
|
|
|
HorizontalTextAlignment="Center"
|
|
|
|
|
|
|
|
FontSize="20"
|
|
|
|
|
|
|
|
Text="{Binding Nom}"
|
|
|
|
|
|
|
|
TextColor="#72a3b3"
|
|
|
|
|
|
|
|
FontAttributes="Bold" />
|
|
|
|
|
|
|
|
</Frame>
|
|
|
|
</Frame>
|
|
|
|
<Frame BorderColor="#72a3b3">
|
|
|
|
<Frame BorderColor="#72a3b3">
|
|
|
|
<Image
|
|
|
|
<Image
|
|
|
|
Source="{Binding Image}"
|
|
|
|
Source="{Binding Image}"
|
|
|
|
HeightRequest="270"
|
|
|
|
HeightRequest="200"
|
|
|
|
WidthRequest="270"
|
|
|
|
WidthRequest="300"
|
|
|
|
Aspect="AspectFit"
|
|
|
|
Aspect="AspectFit"
|
|
|
|
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</Frame>
|
|
|
|
</Frame>
|
|
|
|
<Frame BorderColor="#72a3b3">
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
<Label Text="Nom Romanisé :" TextColor="#72a3b3"/>
|
|
|
|
<Label Text="Nom Romanisé :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
<Label Text="{Binding NomRomanise}" TextColor="#72a3b3"/>
|
|
|
|
<Label Text="{Binding NomRomanise}" TextColor="#72a3b3"/>
|
|
|
|
</StackLayout>
|
|
|
|
</StackLayout>
|
|
|
|
</Frame>
|
|
|
|
</Frame>
|
|
|
|
<Frame BorderColor="#72a3b3">
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
<Label Text="Region :" TextColor="#72a3b3"/>
|
|
|
|
<Label Text="Region :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
<Label Text="{Binding Region}" TextColor="#72a3b3"/>
|
|
|
|
<Label Text="{Binding Region}" TextColor="#72a3b3"/>
|
|
|
|
</StackLayout>
|
|
|
|
</StackLayout>
|
|
|
|
</Frame>
|
|
|
|
</Frame>
|
|
|
|
<Frame BorderColor="#72a3b3">
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
<Label Text="Statut :" TextColor="#72a3b3"/>
|
|
|
|
<Label Text="Statut :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
<Label Text="{Binding Statut}" TextColor="#72a3b3"/>
|
|
|
|
<Label Text="{Binding Statut}" TextColor="#72a3b3"/>
|
|
|
|
</StackLayout>
|
|
|
|
</StackLayout>
|
|
|
|
</Frame>
|
|
|
|
</Frame>
|
|
|
@ -104,13 +96,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
<Label Text="Description :" TextColor="#72a3b3" FontSize="20" FontAttributes="Bold"/>
|
|
|
|
<Label Text="Description :" TextColor="#72a3b3" FontSize="20" FontAttributes="Bold"/>
|
|
|
|
<Line X1="0" Y1="0" X2="3000" Y2="0" Stroke="#72a3b3" />
|
|
|
|
<Line X1="0" Y1="0" X2="3000" Y2="0" StrokeThickness="2" Stroke="#72a3b3" />
|
|
|
|
<Label Text="{Binding Description}" TextColor="#72a3b3" />
|
|
|
|
<Label Text="{Binding Description}" TextColor="#72a3b3" />
|
|
|
|
<Label Text="Membre(s) :" TextColor="#72a3b3" FontSize="20" FontAttributes="Bold"/>
|
|
|
|
<Label Text="Membre(s) :" TextColor="#72a3b3" FontSize="20" FontAttributes="Bold"/>
|
|
|
|
<Line X1="0" Y1="0" X2="3000" Y2="0" Stroke="#72a3b3" />
|
|
|
|
<Line X1="0" Y1="0" X2="3000" Y2="0" StrokeThickness="2" Stroke="#72a3b3" />
|
|
|
|
<Label Text="{Binding Membre}" TextColor="#72a3b3" />
|
|
|
|
<Label Text="{Binding Membre}" TextColor="#72a3b3" />
|
|
|
|
<Label Text="Allié(s) :" TextColor="#72a3b3" FontSize="20" FontAttributes="Bold"/>
|
|
|
|
<Label Text="Allié(s) :" TextColor="#72a3b3" FontSize="20" FontAttributes="Bold"/>
|
|
|
|
<Line X1="0" Y1="0" X2="3000" Y2="0" Stroke="#72a3b3" />
|
|
|
|
<Line X1="0" Y1="0" X2="3000" Y2="0" StrokeThickness="2" Stroke="#72a3b3" />
|
|
|
|
<Label Text="{Binding Allie}" TextColor="#72a3b3" />
|
|
|
|
<Label Text="{Binding Allie}" TextColor="#72a3b3" />
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|