Bouton pour ajouter une review sur la page detail ()
continuous-integration/drone/push Build is passing Details

Popup_qui_marche_pas
Anthony RICHARD 2 years ago
parent 3ade9abc80
commit bdc78ba250

@ -6,6 +6,10 @@
Title="{Binding Name}"
Background="{StaticResource Secondary}">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<ScrollView>
<Grid>
<Grid.ColumnDefinitions>
@ -84,4 +88,6 @@
</Grid>
</Grid>
</ScrollView>
<ImageButton Source="add_white.png" Background="transparent" WidthRequest="50" HeightRequest="50" HorizontalOptions="End" VerticalOptions="End" Margin="0, 0, 10, 10" Clicked="AddReview"/>
</Grid>
</ContentPage>

@ -33,4 +33,9 @@ public partial class DetailledPage : ContentPage
{
await Navigation.PushModalAsync(new MainPage());
}
private void AddReview(object sender, EventArgs e)
{
//popup add review
}
}
Loading…
Cancel
Save