-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
fresco docs have a problem? 'hierarchy.setPlaceholderImage(R.drawable.placeholderId);' can't find it #40
Comments
It is in the GenericDraweeHierarchy class. |
mSimpleDraweeView.getHierarchy().setPlaceholderImage(...) |
ok!I use |
You can specify the placeholder image while building hierarchy:
But, you can also change the placeholder view of the existing hierarchy:
Note: I suggest that you always use
otherwise
|
@plamenko ok! I get it! |
I can't find this method.
'hierarchy.setPlaceholderImage(R.drawable.placeholderId);
The text was updated successfully, but these errors were encountered: