ZieIony / MaterialRecents

Lollipop's Recents container
Apache License 2.0
494 stars 113 forks source link

Unable to see the whole card view in the first item #2

Open silviahisham opened 8 years ago

silviahisham commented 8 years ago

the whole card view is not visible unless I scroll down to the end of the list

ZieIony commented 8 years ago

I'm not sure if I understood your problem correctly. Could you please describe your issue in more detailed way? You can attach a screenshot as well.

silviahisham commented 8 years ago

I cannot see the whole image in item 0, but if I scroll down to the end of the list I can see it

screenshot_2015-10-12-12-31-54

screenshot_2015-10-12-12-32-02

ZieIony commented 8 years ago

That's the correct behaviour. Using ListView or RecyclerView you have to scroll to the bottom to see the last item as well.

silviahisham commented 8 years ago

I meant the data in the card, that way the image is clipped and there's no way to see it

ZieIony commented 8 years ago

Gotcha, I guess the translation curve should be different to move cards a little bit more. I'm not sure if it's a bug as the Lollipop's recents list doesn't show entire cards as well. Maybe a parameter would solve the problem.