Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Added ViewPropertyAnimator extensions #560

Open
wants to merge 3 commits into
base: master
Choose a base branch
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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me overall

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing copyright header

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. I added the copyright header.

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing copyright header

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. I added the copyright header.

Copy link
Author

@ancirja ancirja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants