I have a project where the designs require a sliding drawer that comes from the bottom and has essentially three states.
- fully collapsed (just the handle at the bottom
- half mast (drawer opens from bottom but only halfway up the screen
- full mast (drawer opens from bottom and takes up the whole screen minus a top margin of lets say 80dp
I am developing for android 4.0 and higher and obviously sliding drawer is deprecated. But the Navigation drawer only supports left and right (which i already have in use)
So i am wondering if anyone knows a tutorial or even a custom component someone has written that meets the above functionality requirements