When I try to use the placeholder function in glide it can't find the class...
Example:
Glide
.With(Context)
.Load(http://static.boredpanda.com/blog/wp-content/uploads/2014/12/owl-photography-2__880.jpg)
.Placeholder(Resource.Drawable.image_ph)
.Into(MyImageView);
This was working fine in v 3.8.0, is there any way that you can get the placeholder function working again?
Let me know if you can't repro it and I can try to get more info.
Thanks.
When I try to use the placeholder function in glide it can't find the class...
Example:
This was working fine in v 3.8.0, is there any way that you can get the placeholder function working again?
Let me know if you can't repro it and I can try to get more info.
Thanks.