diff --git a/docs/xml/Android.Views.Animations/Animation.xml b/docs/xml/Android.Views.Animations/Animation.xml index 7a11bc7d7..4087cf64f 100644 --- a/docs/xml/Android.Views.Animations/Animation.xml +++ b/docs/xml/Android.Views.Animations/Animation.xml @@ -170,7 +170,7 @@ System.EventHandler<Android.Views.Animations.Animation+AnimationEndEventArgs> - To be added. + Occurs when the animation ends. This event is not raised for animations whose repeat count is infinite. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -190,7 +190,7 @@ System.EventHandler<Android.Views.Animations.Animation+AnimationRepeatEventArgs> - To be added. + Occurs when the animation repeats. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -210,7 +210,7 @@ System.EventHandler<Android.Views.Animations.Animation+AnimationStartEventArgs> - To be added. + Occurs when the animation starts. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -359,7 +359,7 @@ The background color. If 0, no background. Currently must be black, with any desired alpha level. Returns the background color behind the animation. -or- Set background behind animation. - To be added. + The background color behind the animation. A value of 0 means no background; otherwise, the color must currently be black with any desired alpha level. Property getter documentation: Returns the background color behind the animation. @@ -453,7 +453,7 @@ Compute a hint at how long the entire animation may last, in milliseconds. - To be added. + A hint, in milliseconds, of how long the entire animation may last. Compute a hint at how long the entire animation may last, in milliseconds. Animations can be written to cause themselves to run for a different @@ -505,7 +505,7 @@ Return value of #setDetachWallpaper(boolean). -or- If detachWallpaper is true, and this is a window animation of a window that has a wallpaper background, then the window will be detached from the wallpaper while it runs. - To be added. + true if the wallpaper is detached from the animation; otherwise, false. Property getter documentation: Return value of #setDetachWallpaper(boolean).