-
Notifications
You must be signed in to change notification settings - Fork 96
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
Not working with RecyclerView? #13
Comments
Any update to this...? |
I'm using recyclerview with picasso and its work good. |
Any updates on this? |
Override the PEWImageView like this: `
} And it will work fine. I'll submit a pull request soon. |
With recyclerView not work for me ! maybe because i use holder.imageView.setImageResource(srcs.get(position)); on onBindViewHolder method??? |
Only PEWTextView work |
I use |
Do you have a sample on how this library works? Specifically with a RecyclerView if possible? I'm adding the PEWImageVIew to my row layout and it's not working.
Anything I need to add to the view, or is it simply not compatible with a RecyclerView? i'm getting my image from a HTTP call, loading it in, maybe it's that?
Edit: It seems the PEWTextView works, just not the PEWImageView?
The text was updated successfully, but these errors were encountered: