HarinTrivedi / FABRevealMenu-master

A general purpose android UI library to show a user show menu in accordance of Floating action button with material design guidelines.
https://harintrivedi.github.io/FABRevealMenu-master/
Apache License 2.0
614 stars 117 forks source link

Visual bug #6

Open MFlisar opened 7 years ago

MFlisar commented 7 years ago

I nearly changed everything I needed and made a pull request, so all the things regarding my changes can be discussed in the pull request and I change this issue.

If I have a long menu that allows scrolling in the items, I see a visual glitch. Seems like the reveal animation and the recycler view do have problems because when I scroll down in the menu some items are not drawn...

I attached a small gif showing the issue

bug

Salman-Samian commented 7 years ago

@MFlisar maybe you add empty row to your recycler view.

MFlisar commented 7 years ago

@Salman-Samian the video shows that when closing the menu the items "Test 4" and "Test 5" (at the beginning I open it and click Test 4 - the empty icon - and the menu closes and while closing you see the 2 additional menu items drawn correctly) are drawn correctly, so no, I'm adding no empty items. I assume it's a problem with the animation but I could not find it

HarinTrivedi commented 7 years ago

@MFlisar I will try on my end and try to resolve it