Resource.Attribute.WallpaperCloseEnterAnimation Field

Definition

When opening a new activity that hides the wallpaper, while currently showing the wallpaper, this is the animation that is run on the new activity (which is entering the screen).

[Android.Runtime.Register("wallpaperCloseEnterAnimation")]
public const int WallpaperCloseEnterAnimation = 16843413;
[<Android.Runtime.Register("wallpaperCloseEnterAnimation")>]
val mutable WallpaperCloseEnterAnimation : int

Field Value

Value = 16843413
Attributes

Remarks

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.

Applies to