Closed JeffreyCA closed 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();
SlidingUpPanelLayout sliding_panel = (SlidingUpPanelLayout) findViewById(R.id.sliding_layout);
sliding_panel.setPanelSlideListener();
Nevermind! Found what I was looking for in the demo. Thanks.
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();