Binding PageAccueil

pull/45/head
Yvan CALATAYUD 2 years ago committed by remi.lavergne
parent 907d897336
commit 2dc68c581b

@ -69,7 +69,7 @@
<BindableLayout.ItemTemplate>
<DataTemplate>
<Grid>
<ImageButton Source="{Binding Image}" CornerRadius="20" HeightRequest="160" WidthRequest="290"/>
<ImageButton Source="{Binding Image}" CornerRadius="15" HeightRequest="160" WidthRequest="290" Clicked="OnButtonClicked"/>
<HorizontalStackLayout Margin="25,95,0,0" Spacing="5">
<Image Style="{StaticResource Stars}"/>
<Image Style="{StaticResource Stars}"/>

@ -25,7 +25,6 @@ public partial class PageJeu : ContentPage
this.BindingContext = this;
}
async void Back_Tapped(System.Object sender, Microsoft.Maui.Controls.TappedEventArgs e)

Loading…
Cancel
Save