-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use glidex only on subclass #107
Comments
You'd probably need to include glidex.forms source code in your project, and change this custom renderer: glidex/glidex.forms/ImageRenderer.cs Lines 4 to 8 in e9158ef
To something like |
That gave me an idea to make my own custom renderer and use the extensions for glide only where I need it. I didn't call Edit: Nevermind found the code that causing it |
I think if you add glidex.forms to your project at all, it's going to use the above |
For my case commenting out stream image source worked, now my embedded resources are not handled by ImageViewHandler. It's a temporary solution until I find more time to for a better solution.
|
Is there any way to make glidex work only on my own custom subclass? e.g.
and leave all my Image as they are?
The text was updated successfully, but these errors were encountered: