다음을 통해 공유


ViewGroup.StartLayoutAnimation 메서드

정의

레이아웃 애니메이션을 실행합니다.

[Android.Runtime.Register("startLayoutAnimation", "()V", "GetStartLayoutAnimationHandler")]
public virtual void StartLayoutAnimation ();
[<Android.Runtime.Register("startLayoutAnimation", "()V", "GetStartLayoutAnimationHandler")>]
abstract member StartLayoutAnimation : unit -> unit
override this.StartLayoutAnimation : unit -> unit
특성

설명

레이아웃 애니메이션을 실행합니다. 이 메서드를 호출하면 이 뷰 그룹의 릴레이아웃이 트리거됩니다.

에 대한 android.view.ViewGroup.startLayoutAnimation()Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상