Sdílet prostřednictvím


LayoutTransition.DisableTransitionType(LayoutTransitionType) Method

Definition

Disables the specified transitionType for this LayoutTransition object.

[Android.Runtime.Register("disableTransitionType", "(I)V", "GetDisableTransitionType_IHandler")]
public virtual void DisableTransitionType (Android.Animation.LayoutTransitionType transitionType);
[<Android.Runtime.Register("disableTransitionType", "(I)V", "GetDisableTransitionType_IHandler")>]
abstract member DisableTransitionType : Android.Animation.LayoutTransitionType -> unit
override this.DisableTransitionType : Android.Animation.LayoutTransitionType -> unit

Parameters

transitionType
LayoutTransitionType

One of #CHANGE_APPEARING, #CHANGE_DISAPPEARING, #CHANGING, #APPEARING, or #DISAPPEARING.

Attributes

Remarks

Disables the specified transitionType for this LayoutTransition object. By default, all transition types except #CHANGING are enabled.

Java documentation for android.animation.LayoutTransition.disableTransitionType(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to