Need a way to pause the panel anywhere in between the open and close.
srujanb opened this issue · 3 comments
srujanb commented
Desperate for a way to pause this panel in between (midway). Would like to see that in the next release.
NikoYuwono commented
@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?
srujanb commented
If we drag the panel half way and leave, it should stay there.
aminalzanki commented
Easy! Wrap ToolbarPanelLayout with RelativeLayout with height you desired.
<RelativeLayout <....ToolbarPanelLayout /> </RelativeLayout>