I want similar drawer pattern, in which view can be expanded vertically through Handle.
Any help on this will be appreciated!!
Thanks
I want similar drawer pattern, in which view can be expanded vertically through Handle.
Any help on this will be appreciated!!
Thanks
You can use SlidingDrawer
in API 17+. It being deprecated means it's no longer maintained, but you can still implement one.