Ramotion / folding-cell-android

:octocat: 📃 FoldingCell is a material design expanding content cell inspired by folding paper material made by @Ramotion

Home Page:https://www.ramotion.com/agency/app-development/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Item strange scroll

JavierSegoviaCordoba opened this issue · comments

Hello there!

I have a problem when I unfold my items. If the items are in the lower half of the screen there is no problem, but if the items are in the upper half of the screen, the item "auto scroll" to keep the position.

Check this gif:
nzbvi1a

https://i.imgur.com/NzbVI1A.gifv

The ListView example in the repo scrolls correctly when you fold/unfold items. Behavior as shown in your gif can be obtained by using a different container for your cells instead of ListView. Also, you can try to play with the gravity and layout of your container. Can you post your layout xml?