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

DragView positions and Drag Limit #58

Open ppamorim opened 9 years ago

ppamorim commented 9 years ago

DO NOT MERGE YET! I'm fixing all yet, through Travis ...

pedrovgs commented 9 years ago

Please, can you tell me what is this pull request going to add to the repository? Is this a new feature or a fix? I'd like to have more information before to start reviewing your code.

ppamorim commented 9 years ago

It's a new features. That's allow to minimize to left, center or right position. And change the drag limit. I need change the readme too. Don't start the review until I tell you.

ppamorim commented 9 years ago

@pedrovgs Look to the line 676 on DraggableView class. I've change it (encapsulation), it can result a performance issue? If it can, I'll return to the original style.