Skip to content
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

Bug in gif, and photos size in recyclerview #592

Closed
umerov1999 opened this issue Nov 21, 2020 · 5 comments
Closed

Bug in gif, and photos size in recyclerview #592

umerov1999 opened this issue Nov 21, 2020 · 5 comments

Comments

@umerov1999
Copy link

Bug in play gif (very speed) video - https://yadi.sk/i/bCYYfYl17wmMMw
Bug in sizes in recyclerview (picasso work normal) https://yadi.sk/i/DkZXd1GkMHFz3A

@colinrtwhite
Copy link
Member

The first video is likely related to #540. For the second video I'm not sure what the issue issue is - do you have a sample I can use to reproduce the issue?

@umerov1999
Copy link
Author

@umerov1999
Copy link
Author

I put the Snapshot version, such as, I don't see a bug with the photo size

@colinrtwhite
Copy link
Member

Can you list the expected vs. actual behaviour in detail? I still don't understand the second issue. Also I'd need a minimal code sample/project to reproduce the issue - I can't debug a large app.

@umerov1999
Copy link
Author

umerov1999 commented Dec 3, 2020

Can you list the expected vs. actual behaviour in detail? I still don't understand the second issue. Also I'd need a minimal code sample/project to reproduce the issue - I can't debug a large app.

In this component size will incorrect
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/item_video_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:scaleType="centerCrop"
app:shapeAppearanceOverlay="@style/ShapeAppearance.MediumRoundedPictures" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants