LayoutAnimationController.SetAnimation(Context, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定要在此版面配置動畫控制器所在的檢視群組每個子系上執行的動畫。
[Android.Runtime.Register("setAnimation", "(Landroid/content/Context;I)V", "GetSetAnimation_Landroid_content_Context_IHandler")]
public virtual void SetAnimation (Android.Content.Context? context, int resourceID);
[<Android.Runtime.Register("setAnimation", "(Landroid/content/Context;I)V", "GetSetAnimation_Landroid_content_Context_IHandler")>]
abstract member SetAnimation : Android.Content.Context * int -> unit
override this.SetAnimation : Android.Content.Context * int -> unit
參數
- context
- Context
動畫必須從中擴充的內容
- resourceID
- Int32
動畫的資源標識碼
- 屬性
備註
設定要在此版面配置動畫控制器所在的檢視群組每個子系上執行的動畫。
的 android.view.animation.LayoutAnimationController.setAnimation(android.content.Context, int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。