Skip to content
This repository has been archived by the owner. It is now read-only.

Added ViewPropertyAnimator extensions #560

Open
wants to merge 3 commits into
base: master
from

Conversation

@ancirja
Copy link

@ancirja ancirja commented May 25, 2018

Example:
progressView.animate()
.alpha(1)
.doOnEnd {
// code
}

Copy link
Collaborator

@romainguy romainguy left a comment

Looks good to me overall

@@ -0,0 +1,94 @@
package androidx.core.animation

This comment has been minimized.

@romainguy

romainguy Jun 8, 2018
Collaborator

Missing copyright header

This comment has been minimized.

@ancirja

ancirja Jun 11, 2018
Author

Done. I added the copyright header.

@@ -0,0 +1,73 @@
package androidx.core.animation

This comment has been minimized.

@romainguy

romainguy Jun 8, 2018
Collaborator

Missing copyright header

This comment has been minimized.

@ancirja

ancirja Jun 11, 2018
Author

Done. I added the copyright header.

ancirja added 2 commits Jun 11, 2018
Copy link
Author

@ancirja ancirja left a comment

I added the copyright header for ViewPropertyAnimator and ViewPropertyAnimatorTest files

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.