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.27k forks source link

Panel open to quick #17

Closed roiberg closed 11 years ago

roiberg commented 11 years ago

Great Lib!!! Thank you! I was wondering if there is a way to slow down the opening of the panel? When I start an activity and let the panel open automatically it opens too fast, almost looks like it's skipping. Is there a way to slow it down?

tokudu commented 11 years ago

The layout users ViewDragHelper internally, which doesn't allow setting speed AFAIK. So, unfortunately, it's not currently possible.

tokudu commented 11 years ago

To make this happen you, you can edit the source of ViewDragHelper (specifically the SETTLE_DURATION parameters), and just include it in your source.