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

FloatingActionButton invisible in case of music starts playing? #730

Open omi90 opened 8 years ago

omi90 commented 8 years ago

FloatingActionButton works well till the time, music is not playing in the app. When i play the music by clicking on fab button, and starts moving the slide panel fab button goes invisible. Issues-: 1- Slideup animation is not working well, dragging of slideup layout stops working. 2- Fab button goes invisible. Important thing here is everything works well , till the time music is not playing. For playing music i am using a background service.

Could there be any problem with the memory issue or something else? Below is application's image device-2016-06-26-182244

khan-tm commented 7 years ago

Sorry it is not answer to your question but I want to know How you put the FloatingActionButton between main and sliding layout?