|
|
|
@ -3,8 +3,7 @@
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
|
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
|
|
|
|
|
x:Class="GameAtlas.Views.PageParcourir"
|
|
|
|
|
Title="ECRAN DE CONNEXION" WidthRequest="390" HeightRequest="844"
|
|
|
|
|
BackgroundColor="Beige">
|
|
|
|
|
Title="ECRAN DE CONNEXION" WidthRequest="390" HeightRequest="844">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid x:Name="outerGrid">
|
|
|
|
@ -20,7 +19,11 @@
|
|
|
|
|
|
|
|
|
|
<VerticalStackLayout>
|
|
|
|
|
<HorizontalStackLayout>
|
|
|
|
|
<Image Source="arrow_back.png" WidthRequest="25" HeightRequest="25" HorizontalOptions="Start" Margin="20,20,0,0"/>
|
|
|
|
|
<Image Source="arrow_back.png" VerticalOptions="Start" WidthRequest="30" Margin="20,20,0,0">
|
|
|
|
|
<Image.GestureRecognizers>
|
|
|
|
|
<TapGestureRecognizer Tapped="Back_Tapped"/>
|
|
|
|
|
</Image.GestureRecognizers>
|
|
|
|
|
</Image>
|
|
|
|
|
|
|
|
|
|
<SearchBar Placeholder="Rechercher"
|
|
|
|
|
BackgroundColor="White"
|
|
|
|
@ -36,12 +39,49 @@
|
|
|
|
|
Padding="20"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<Grid RowDefinitions="auto, auto, auto, auto"
|
|
|
|
|
ColumnDefinitions="*,*">
|
|
|
|
|
<ImageButton Source="cover_zelda.png" Grid.Column="0" Grid.Row="0" Style="{StaticResource ImageRecherche}"/>
|
|
|
|
|
<ImageButton Source="cover_zelda.png" Grid.Column="0" Grid.Row="1" Style="{StaticResource ImageRecherche}"/>
|
|
|
|
|
<ImageButton Source="cover_zelda.png" Grid.Column="1" Grid.Row="0" Style="{StaticResource ImageRecherche}"/>
|
|
|
|
|
<ImageButton Source="cover_zelda.png" Grid.Column="1" Grid.Row="1" Style="{StaticResource ImageRecherche}"/>
|
|
|
|
|
<Grid>
|
|
|
|
|
<CollectionView Margin="0,10,0,0" VerticalScrollBarVisibility="Never">
|
|
|
|
|
<CollectionView.ItemsSource>
|
|
|
|
|
<x:Array Type="{x:Type x:String}">
|
|
|
|
|
<x:String>https://cdn1.epicgames.com/offer/b7b42e2078524ab386a8b2a9856ef557/EGS_SifuDeluxeEditionUpgradeBundle_Sloclap_Bundles_S1_2560x1440-43bae7aa2089289442238bd1e2b55655</x:String>
|
|
|
|
|
<x:String>https://cdn.cloudflare.steamstatic.com/steam/apps/1562430/capsule_616x353.jpg?t=1682587412</x:String>
|
|
|
|
|
<x:String>https://i.ytimg.com/vi/0JdUZOZBi2g/maxresdefault.jpg</x:String>
|
|
|
|
|
<x:String>https://staticctf.ubisoft.com/J3yJr34U2pZ2Ieem48Dwy9uqj5PNUQTn/63JzhYgJbTQC1yW74tmZLJ/dd2912bbaf7c7a8a7e005f02d3e6cf4b/jd23-buy-keyart.jpg</x:String>
|
|
|
|
|
<x:String>https://gaming-cdn.com/images/products/8893/616x353/horizon-forbidden-west-ps5-playstation-5-jeu-playstation-store-cover.jpg</x:String>
|
|
|
|
|
<x:String>https://www.highgroundgaming.com/wp-content/uploads/2020/09/Uncharted-Games-Ranked.jpg</x:String>
|
|
|
|
|
<x:String>https://i.ytimg.com/vi/WQUU8jI1Sq8/maxresdefault.jpg</x:String>
|
|
|
|
|
<x:String>https://cdn1.epicgames.com/offer/e97659b501af4e3981d5430dad170911/EGS_HogwartsLegacy_AvalancheSoftware_S1_2560x1440-2baf3188eb3c1aa248bcc1af6a927b7e</x:String>
|
|
|
|
|
<x:String>https://cdn1.epicgames.com/offer/236c74b4cd2e4e3099cbe2ebdc9686fd/EGS_DeadIsland2_DeepSilverDambusterStudios_S1_2560x1440-fdc688ce46680914ee3c4a7949ce8a67</x:String>
|
|
|
|
|
<x:String>https://cdn.akamai.steamstatic.com/steam/apps/986130/capsule_616x353.jpg?t=1682348079</x:String>
|
|
|
|
|
<x:String>https://cdn1.epicgames.com/offer/b7b42e2078524ab386a8b2a9856ef557/EGS_SifuDeluxeEditionUpgradeBundle_Sloclap_Bundles_S1_2560x1440-43bae7aa2089289442238bd1e2b55655</x:String>
|
|
|
|
|
<x:String>https://cdn.cloudflare.steamstatic.com/steam/apps/1562430/capsule_616x353.jpg?t=1682587412</x:String>
|
|
|
|
|
<x:String>https://i.ytimg.com/vi/0JdUZOZBi2g/maxresdefault.jpg</x:String>
|
|
|
|
|
<x:String>https://staticctf.ubisoft.com/J3yJr34U2pZ2Ieem48Dwy9uqj5PNUQTn/63JzhYgJbTQC1yW74tmZLJ/dd2912bbaf7c7a8a7e005f02d3e6cf4b/jd23-buy-keyart.jpg</x:String>
|
|
|
|
|
<x:String>https://image.api.playstation.com/vulcan/ap/rnd/202010/2915/X8TO4UqHFGMQbHTDwKNlWU9z.jpg</x:String>
|
|
|
|
|
<x:String>https://www.highgroundgaming.com/wp-content/uploads/2020/09/Uncharted-Games-Ranked.jpg</x:String>
|
|
|
|
|
<x:String>https://gaming-cdn.com/images/products/967/616x353/sea-of-thieves-pc-xbox-one-xbox-series-x-s-pc-xbox-one-xbox-series-x-s-jeu-microsoft-store-cover.jpg</x:String>
|
|
|
|
|
</x:Array>
|
|
|
|
|
</CollectionView.ItemsSource>
|
|
|
|
|
<CollectionView.ItemTemplate>
|
|
|
|
|
<DataTemplate>
|
|
|
|
|
<Border HeightRequest="97.5" StrokeShape="RoundRectangle 5" VerticalOptions="Start" HorizontalOptions="Center">
|
|
|
|
|
<Border.Shadow>
|
|
|
|
|
<Shadow Brush="Black" Offset="0,4" Radius="4" Opacity="0.4" />
|
|
|
|
|
</Border.Shadow>
|
|
|
|
|
<Frame HasShadow="False" HeightRequest="97.5" CornerRadius="5" IsClippedToBounds="True">
|
|
|
|
|
<Image HeightRequest="97.5" Source="{Binding .}" Aspect="AspectFill"/>
|
|
|
|
|
|
|
|
|
|
<Frame.GestureRecognizers>
|
|
|
|
|
<TapGestureRecognizer Tapped="OnGame_Tapped"/>
|
|
|
|
|
</Frame.GestureRecognizers>
|
|
|
|
|
</Frame>
|
|
|
|
|
</Border>
|
|
|
|
|
</DataTemplate>
|
|
|
|
|
</CollectionView.ItemTemplate>
|
|
|
|
|
<CollectionView.ItemsLayout>
|
|
|
|
|
<GridItemsLayout Span="2" Orientation="Vertical" VerticalItemSpacing="30" HorizontalItemSpacing="15"/>
|
|
|
|
|
</CollectionView.ItemsLayout>
|
|
|
|
|
</CollectionView>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|