Hi everyone,
I'm new to Xamarin. I tried to use image inside the button, however, the image doesn't shown with its original colour, even if the standalone image show the correct one.
`<ContentPage.Content>
<Image
Source="DeclineIcon.png"
></Image>
<Button
Image="DeclineIcon.png"
Text="Button with Image"
></Button>
</StackLayout>
</ContentPage.Content>`
Could anyone help me?