SlidingDrawer icon indicating copy to clipboard operation
SlidingDrawer copied to clipboard

SlidingDrawer hides content out of the screen and allows the user to drag a handle to bring the content on screen.

Results 6 SlidingDrawer issues
Sort by recently updated
recently updated
newest added

Hi. I'm using this SlidingDrawer very usefully. But I found a bug when I use Pixel 2 API 24 Emulator I put some textviews Inside of the Sliding drawer, and...

This private inner class was mistreating the `locked` boolean and instead animating the drawer when it shouldn't have.

I'm trying to create view on the activity. When I call the SlidingDrawer class, it requires AttributeSet class. Is there any way to initialize it later?

Hello, I have an activity where I call lock() on the drawer when a fragment is loaded into the FrameLayout. However, if I tap on the handle for the sliding...

Are you planning to support left to right in horizontal mode?

Thanks Trying your sample code and only have one TextView as content. The SlidingDrawer takes upp the entire screen even when it´s not in open state. I tried this: `...