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 606 forks source link

Add a shadow around the DraggableView #45

Open ppamorim opened 9 years ago

ppamorim commented 9 years ago

Hi @pedrovgs, I see as a need to implement a shadow on DraggableView equal implementation of youtube. This shadow surrounds the view and is very light. We can also implement the user the possibility to choose the nine-patch into the shade.

pedrovgs commented 9 years ago

I'm not sure about that feature :S I don't like that shadow and the code we will have to implement to add that shadow doesn't worth.

ppamorim commented 9 years ago

I need to do this as it's a need of the app I'm working on...

pedrovgs commented 9 years ago

Send me a pull request, but try to keep that feature as simple as possible. Forget about customization and add just the YouTube default shadow please. I don't want to add a lot of code just to add that shadow.

ppamorim commented 9 years ago

ok