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

Navigation Drawer listener to slide the View #48

Closed ppamorim closed 9 years ago

ppamorim commented 9 years ago

This guy will make the slide simplest possible form of view , avoiding problems with Navigation Drawer below the view/panel of the library.

ppamorim commented 9 years ago

:( let's try again...

pedrovgs commented 9 years ago

Hi @ppamorim!

You have another bug in this branch. If I use your feature the user can't minimize the view manually. The only thing a user can do to minimize your view is to open app navigation drawer. I have to tap in other list element to maximize the view.

Here you have a video: https://drive.google.com/file/d/0B9xkpTnF9BXjSjBFaFlSR2JkT0k/view?usp=sharing

pedrovgs commented 9 years ago

Can you use another drawable to put inside navigation drawer? Another drawable related to the sample UI.

pedrovgs commented 9 years ago

Now, everything seems ok. I'm going to merge this pull request and publish a new release to Maven Central. Thanks @ppamorim!

Alec