taltstidl / AndroidSlidingUpPanel

This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano.
http://umano.me
Apache License 2.0
13 stars 6 forks source link

Onclicklistener Sample Code? #24

Closed JeffreyCA closed 8 years ago

JeffreyCA commented 8 years ago

Hello,

Could you please provide an example of how your modified PanelSlideListener works with onPanelCollapsedStateY listener? Thanks.

I currently only have:

SlidingUpPanelLayout sliding_panel = (SlidingUpPanelLayout) findViewById(R.id.sliding_layout); sliding_panel.setPanelSlideListener();

JeffreyCA commented 8 years ago

Nevermind! Found what I was looking for in the demo. Thanks.