NikoYuwono/ToolbarPanel

Need a way to pause the panel anywhere in between the open and close.

srujanb opened this issue · 3 comments

Desperate for a way to pause this panel in between (midway). Would like to see that in the next release.

@srujan7 Sorry for the late reply. Just want to confirm so you want a feature where you can set the height of the panel will be shown?

If we drag the panel half way and leave, it should stay there.

Easy! Wrap ToolbarPanelLayout with RelativeLayout with height you desired.

<RelativeLayout <....ToolbarPanelLayout /> </RelativeLayout>