pedrovgs / DraggablePanel

Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.
Apache License 2.0
2.99k stars 605 forks source link

Improvement: start in closed/minimized state #54

Open moondroid opened 9 years ago

moondroid commented 9 years ago

It will be very useful if the DraggableView could start closed or minimised, so if, for example, I click a list item, the DraggableView can be maximised to show the related content; or if I rotate the device when the DraggableView is minimised, it can be recreated in the minimised state.

ppamorim commented 9 years ago

It's a common problem with this library. We need start the view off screen (minimized and hide) and only expand this to maximized position.

tuncaulubilge commented 8 years ago

Any luck?

oleynikd commented 8 years ago

+1. Would be great