I would like to implement a drawer in my app, like in the hangouts app, just on the left side, but thats not the most importent, its good on the right too. I already implemented a menu drawer, how can i make it semi closed like the picture on the link?
Or is this a new kind of drawer? Then whats its name? So i can search for some samples.
https://i.stack.imgur.com/MxdbO.png
I used support.v4
library, and the actionbarsherlock
. So this project is api >=10.
Thank you for your help.