|
|
@ -22,7 +22,7 @@
|
|
|
|
</Image>
|
|
|
|
</Image>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Acceuil"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Accueil"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Carte"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Carte"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu2}" Text="Personnages"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu2}" Text="Personnages"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Fruits du démon"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Fruits du démon"/>
|
|
|
@ -32,8 +32,86 @@
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Équipages"/>
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Équipages"/>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
<VerticalStackLayout Grid.Row="0" Grid.Column="1" Spacing="40">
|
|
|
|
<VerticalStackLayout Grid.Row="0" Grid.Column="1" Spacing="40">
|
|
|
|
<ScrollView Orientation="Horizontal">
|
|
|
|
<ScrollView Orientation="Horizontal" HorizontalScrollBarVisibility="Always">
|
|
|
|
<Image Source="luffy.png" HeightRequest="800" HorizontalOptions="Start" Margin="30,30,0,0"/>
|
|
|
|
<HorizontalStackLayout Spacing="40" Padding="40">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid>
|
|
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="*" />
|
|
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<Image Source="luffy.png" HeightRequest="800" HorizontalOptions="Start" Grid.Row="0"/>
|
|
|
|
|
|
|
|
<Frame CornerRadius="20" BorderColor="#72a3b3" BackgroundColor="#72a3b3" Margin="20, 50" Padding="20" WidthRequest="350" HeightRequest="200" Grid.Row="0" VerticalOptions="End">
|
|
|
|
|
|
|
|
<Grid>
|
|
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="*" />
|
|
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<Label Text="Monkey D. Luffy" FontAttributes="Bold" FontSize="22" TextColor="White" Grid.Row="0" HorizontalOptions="Center" Margin="10"/>
|
|
|
|
|
|
|
|
<Label Text="________________________" FontAttributes="Bold" FontSize="20" TextColor="White" Grid.Row="1" HorizontalOptions="Center" Margin="-15"/>
|
|
|
|
|
|
|
|
<Label Text="Cliquez ici pour voir en détail" FontAttributes="Bold,Italic" FontSize="15" TextColor="White" Grid.Row="2" TextDecorations="Underline" HorizontalOptions="Center"/>
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid>
|
|
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="*" />
|
|
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<Image Source="nami.png" HeightRequest="800" HorizontalOptions="Start"/>
|
|
|
|
|
|
|
|
<Frame CornerRadius="20" BorderColor="#72a3b3" BackgroundColor="#72a3b3" Margin="20, 50" Padding="20" WidthRequest="350" HeightRequest="200" Grid.Row="0" VerticalOptions="End">
|
|
|
|
|
|
|
|
<Grid>
|
|
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="*" />
|
|
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<Label Text="Nami" FontAttributes="Bold" FontSize="22" TextColor="White" Grid.Row="0" HorizontalOptions="Center" Margin="10"/>
|
|
|
|
|
|
|
|
<Label Text="________________________" FontAttributes="Bold" FontSize="20" TextColor="White" Grid.Row="1" HorizontalOptions="Center" Margin="-15"/>
|
|
|
|
|
|
|
|
<Label Text="Cliquez ici pour voir en détail" FontAttributes="Bold,Italic" FontSize="15" TextColor="White" Grid.Row="2" TextDecorations="Underline" HorizontalOptions="Center"/>
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid>
|
|
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="*" />
|
|
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<Image Source="usopp.png" HeightRequest="800" HorizontalOptions="Start"/>
|
|
|
|
|
|
|
|
<Frame CornerRadius="20" BorderColor="#72a3b3" BackgroundColor="#72a3b3" Margin="20, 50" Padding="20" WidthRequest="350" HeightRequest="200" Grid.Row="0" VerticalOptions="End">
|
|
|
|
|
|
|
|
<Grid>
|
|
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
|
|
|
|
<RowDefinition Height="*" />
|
|
|
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="*" />
|
|
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<Label Text="Usopp" FontAttributes="Bold" FontSize="22" TextColor="White" Grid.Row="0" HorizontalOptions="Center" Margin="10"/>
|
|
|
|
|
|
|
|
<Label Text="________________________" FontAttributes="Bold" FontSize="20" TextColor="White" Grid.Row="1" HorizontalOptions="Center" Margin="-15"/>
|
|
|
|
|
|
|
|
<Label Text="Cliquez ici pour voir en détail" FontAttributes="Bold,Italic" FontSize="15" TextColor="White" Grid.Row="2" TextDecorations="Underline" HorizontalOptions="Center"/>
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
</ScrollView>
|
|
|
|
</ScrollView>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|