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

FullScreen #65

Closed ppamorim closed 9 years ago

ppamorim commented 9 years ago

@pedrovgs I'm facing some problems with the slide and touch issues. I need create a Sequencer animation on Rebound to provide a better look for this animation. But what we have now is amazing!

I need some help!

ppamorim commented 9 years ago

@pedrovgs Remember, it's a unstable code yet, but is the base of this animation. You can see this animation at Tv Shows Activity.

ppamorim commented 9 years ago

@pedrovgs Do you noticed any problem with ViewCompat.setPivotX? Here's a strange problem.

error

tanaev commented 8 years ago

@ppamorim hi! How you solve problem from previous comment?

ppamorim commented 8 years ago

Yes, don`t use the class ViewCompat.

tanaev commented 8 years ago

@ppamorim cool! Where i can found example?

ppamorim commented 8 years ago

Yes!

https://gist.github.com/ppamorim/c5a003495295cab9ae4b

tanaev commented 8 years ago

Good! One more question!

Where i can get

SpringSequencer, ZoomListener, RotateCallback

?

Mariovc commented 8 years ago

The videoView goes out of the screen (to the right of it) while a black background is perfectly rotated and transalated.

Seems to be working on my phone with "TV Shows" but not with "VideoView".

Testing with Android 5.1. Is it working for you, guys?