How to lock expanding/collapsing action programmatically?

Viewed 6680

I would like to keep this layout on specific action:

Initial layout

Nowadays, I can collapse or expand this CoordinatorLayout by performing swipe on it. I want to block this behavior.

1 Answers
Related