material:MaterialIcon TintColor="Blue" not working for embedded images
🐛 Bug Report
I am using below code to change the tintcolor of the image , the image in the different solutiion. I am able to get the image and display in the screen by below code but Tint color is not reflecting in ANDROID . And below code is working fine in IOS <material:MaterialIcon Source="{local:ImageResource Images.circle.png}" TintColor="Blue" />
Expected behavior
SHOULD REFLECT TINTCOLOR IN ANDROID also
Reproduction steps
Add one image in different solution with build action as embeddedResouce, use this image from different solution by suing below code, it will not change tint value of image in android. <material:MaterialIcon Source="{local:ImageResource Images.circle.png}" TintColor="Blue" />
Configuration
Version: 1.7.5 (latest one)
Platform: Android
@martijn00 Can you please help