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(); var stream = await result.OpenReadAsync();
// Utilisez le chemin d'accès à l'image sélectionnée // Utilisez le chemin d'accès à l'image sélectionnée
imagePath = result.FullPath; 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, Source = favoris.Affiche,
WidthRequest = 170, WidthRequest = 170,
MaximumHeightRequest = 190,
MinimumHeightRequest = 190,
HeightRequest = 190, HeightRequest = 190,
CornerRadius = 15, CornerRadius = 15,
Aspect = Aspect.Fill, Aspect = Aspect.Fill,
AutomationId = indice.ToString(), AutomationId = indice.ToString(),
Margin = 90
}; };
imageButton.Clicked += AnimeImageClicked; imageButton.Clicked += AnimeImageClicked;

Loading…
Cancel
Save