語言

ViewGroup.ScheduleLayoutAnimation 方法

定義

排程該檢視群組下一次佈局通過後播放版面動畫。

[Android.Runtime.Register("scheduleLayoutAnimation", "()V", "GetScheduleLayoutAnimationHandler")]
public virtual void ScheduleLayoutAnimation();
[<Android.Runtime.Register("scheduleLayoutAnimation", "()V", "GetScheduleLayoutAnimationHandler")>]
abstract member ScheduleLayoutAnimation : unit -> unit
override this.ScheduleLayoutAnimation : unit -> unit
屬性

備註

排程該檢視群組下一次佈局通過後播放版面動畫。 當檢視群組內容改變或暫停活動時,這可用來重新啟動版面動畫。

Java 文件 android.view.ViewGroup.scheduleLayoutAnimation()

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於