I want a widget like SlidingDrawer which is already provided by android.But I want some additional features like
Partially open
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.