-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
No support for XML based drawables #350
Labels
Milestone
Comments
Not totally surprising, BitmapFactory will handle image based drawables, but not shapes or ripples etc. We may be able to fix this in 4.0, but probably not before. |
TWiStErRob
changed the title
Wont display simple shape drawable v3.5.2
No support for XML based drawables
Oct 15, 2015
This was referenced Dec 4, 2015
Here's a list of currently known (and wanted non-bitmap drawables):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a placeholder shape drawable (or sometimes shown directly as
.load(R.drawable.abc)
) which fails to display. The onException listener is called, but e is null.The logs contain only:
Glide: 3.5.2
Tested on Genymotion v4.4.2
The drawable:
The text was updated successfully, but these errors were encountered: