umano / 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
9.5k stars 2.26k forks source link

How to disable background #950

Closed realDuYuanChao closed 5 years ago

realDuYuanChao commented 5 years ago

I am developring online music player NeteaseMusic

I using this library for mini controller at bottom screenshot from 2018-12-08 11-57-05

When I click this mini controller. main content background changed. my question is how to add listener to mini controller and disable background effect

screenshot from 2018-12-08 11-57-41

realDuYuanChao commented 5 years ago

I have solve my problem.

findViewById(R.id.sliding_layout).setEnabled(false);