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

Problem with panel height changing #18

Closed Knight81 closed 9 years ago

Knight81 commented 9 years ago

Hi @TR4Android ! I have a problem with an app i'm developing right now and its that the height of my sliding panel is variable so when it changes and is on panel expanding using the LEAVE_BEHIND Fabmode the button doesn't seem to expand correctly and ends in wrong place.I'm attaching two pics

wrong This is the wrong one.

right

And this is the right

The panel height property of the SlidingPanel is changed programmaticaly when the header changes it's size.

P.S: Sorry for my bad english :/

Knight81 commented 9 years ago

Solved in https://github.com/TR4Android/AndroidSlidingUpPanel/pull/19