android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How would you make SwipeRevealLayout?

shalva97 opened this issue · comments

There is a very old library here https://github.com/chthai64/SwipeRevealLayout which I want to remove from my project, because it is using jetifier.

How would you create behavior similar to the above library? I was think about ViewPager2, but it does not seem to allow showing views partialy

This is what I want exactly:
Screenshot 2023-09-07 at 18 41 34