|
|
|
@ -7,18 +7,13 @@
|
|
|
|
|
BackgroundColor="Beige">
|
|
|
|
|
|
|
|
|
|
<VerticalStackLayout>
|
|
|
|
|
<HorizontalStackLayout>
|
|
|
|
|
<HorizontalStackLayout HorizontalOptions="FillAndExpand">
|
|
|
|
|
<Image Source="arrow_back.png" WidthRequest="25" HeightRequest="25" HorizontalOptions="Start" Margin="20,20,0,0"/>
|
|
|
|
|
|
|
|
|
|
<SearchBar Placeholder="Rechercher"
|
|
|
|
|
BackgroundColor="White"
|
|
|
|
|
TextColor="Black"
|
|
|
|
|
HorizontalTextAlignment="Center"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
HorizontalOptions="Fill"
|
|
|
|
|
Grid.Row="2"
|
|
|
|
|
Grid.Column="0"
|
|
|
|
|
Margin="10"
|
|
|
|
|
HorizontalOptions="EndAndExpand"
|
|
|
|
|
/>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
<Label
|
|
|
|
@ -31,10 +26,10 @@
|
|
|
|
|
|
|
|
|
|
<Grid RowDefinitions="auto, auto, auto, auto"
|
|
|
|
|
ColumnDefinitions="*,*">
|
|
|
|
|
<Rectangle Grid.Column="0" Grid.Row="0" BackgroundColor="Blue" HeightRequest="97" WidthRequest="170" />
|
|
|
|
|
<Rectangle Grid.Column="1" Grid.Row="0" BackgroundColor="Red" HeightRequest="97" WidthRequest="170" />
|
|
|
|
|
<Rectangle Grid.Column="0" Grid.Row="1" BackgroundColor="Green" HeightRequest="97" WidthRequest="170" />
|
|
|
|
|
<Rectangle Grid.Column="1" Grid.Row="1" BackgroundColor="Orange" HeightRequest="97" WidthRequest="170" />
|
|
|
|
|
<ImageButton Source="cover_zelda.png" CornerRadius="10" Grid.Column="0" Grid.Row="0" HeightRequest="97" WidthRequest="170" Margin="0,0,0,20" />
|
|
|
|
|
<ImageButton Source="cover_zelda.png" CornerRadius="10" Grid.Column="1" Grid.Row="0" HeightRequest="97" WidthRequest="170" Margin="0,0,0,20" />
|
|
|
|
|
<ImageButton Source="cover_zelda.png" CornerRadius="10" Grid.Column="0" Grid.Row="1" HeightRequest="97" WidthRequest="170" Margin="0,0,0,20" />
|
|
|
|
|
<ImageButton Source="cover_zelda.png" CornerRadius="10" Grid.Column="1" Grid.Row="1" HeightRequest="97" WidthRequest="170" Margin="0,0,0,20" />
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|