Search code examples
androidslidingdrawer

Partially Opened Sliding Drawer


I want a widget like SlidingDrawer which is already provided by android.But I want some additional features like

  1. Partially open
  2. I can programmatically open sliding drawer(not full) but upto an extent which i want.something like slidingdrawer.open(int position) this method will open the sliding drawer that many pixels.

Thanks For Your Valuable Reply.


Solution

  • Below is the github project. Which will fulfill the needs. Partial Opening Sliding Drawer