I want to implement a hidden draggable pane with handle from left to right.
I've searched for a solution but it seems that Navigational Drawer
layout is not for my case(maybe I'm wrong). I have tried to customize NavigationView
in order to have the rounded green rect as background but it didn't work.
I have found solutions that use SlidingDrawer
class but it's deprecated.
So, it's possible to have exactly the custom hidden pane in the picture or should I only follow the guidelines of Material Design
?