Better homePage
continuous-integration/drone/push Build is failing Details

pull/29/head
Matheo HERSAN 2 years ago
parent 1cab36362e
commit 0c9010aa19

@ -30,9 +30,6 @@ public partial class createOeuvre : ContentPage
var stream = await result.OpenReadAsync();
// Utilisez le chemin d'accès à l'image sélectionnée
imagePath = result.FullPath;
// Affichez l'image sélectionnée dans l'interface utilisateur, si nécessaire
}
}

@ -45,10 +45,13 @@ public partial class homePage : ContentPage
{
Source = favoris.Affiche,
WidthRequest = 170,
MaximumHeightRequest = 190,
MinimumHeightRequest = 190,
HeightRequest = 190,
CornerRadius = 15,
Aspect = Aspect.Fill,
AutomationId = indice.ToString(),
Margin = 90
};
imageButton.Clicked += AnimeImageClicked;

Loading…
Cancel
Save