共用方式為


LayoutAnimationController.SetAnimation(Context, Int32) 方法

定義

設定要在此版面配置動畫控制器所在的檢視群組每個子系上執行的動畫。

[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 屬性授權中所述的詞彙使用。

適用於

另請參閱