am e7c3fba7: Merge "change onEnd() to withEndAction() in javadocs" into jb-mr1-dev
* commit 'e7c3fba7929a1cb73bbe6ca84a5140febc09a62a': change onEnd() to withEndAction() in javadocs
This commit is contained in:
@@ -701,7 +701,7 @@ public class ViewPropertyAnimator {
|
||||
* view.animate().x(0);
|
||||
* }
|
||||
* };
|
||||
* view.animate().x(200).onEnd(endAction);
|
||||
* view.animate().x(200).withEndAction(endAction);
|
||||
* </pre>
|
||||
*
|
||||
* @param runnable The action to run when the next animation ends.
|
||||
|
||||
Reference in New Issue
Block a user