AnimationUtils.LoadLayoutAnimation(Context, Int32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Lädt ein LayoutAnimationController
Objekt aus einer Ressource
[Android.Runtime.Register("loadLayoutAnimation", "(Landroid/content/Context;I)Landroid/view/animation/LayoutAnimationController;", "")]
public static Android.Views.Animations.LayoutAnimationController? LoadLayoutAnimation (Android.Content.Context? context, int id);
[<Android.Runtime.Register("loadLayoutAnimation", "(Landroid/content/Context;I)Landroid/view/animation/LayoutAnimationController;", "")>]
static member LoadLayoutAnimation : Android.Content.Context * int -> Android.Views.Animations.LayoutAnimationController
Parameter
- context
- Context
Anwendungskontext für den Zugriff auf Ressourcen
- id
- Int32
Die Ressourcen-ID der zu ladenden Animation
Gibt zurück
Das Animationscontrollerobjekt, auf das durch die angegebene ID verwiesen wird
- Attribute
Ausnahmen
wenn der Layoutanimationscontroller nicht geladen werden kann
Hinweise
Lädt ein LayoutAnimationController
Objekt aus einer Ressource
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.