Is there any way to make a drawer with three-states?

66 Views Asked by At

I would like to make a drawer with three different states. The drawer opened state, a closed state and a third semi-open mini drawer state like: enter image description here

I have been able to implement mini drawer and open using the material drawer library but have been unable to close it.

Any suggestions on how to do this? (Either Kotlin or Java is fine)

1

There are 1 best solutions below

0
On BEST ANSWER

The project does not support this. A custom layout must be implemented.