Language

FragmentTransaction.SetTransitionStyle(Int32) Method

Definition

Set a custom style resource that will be used for resolving transit animations.

[Android.Runtime.Register("setTransitionStyle", "(I)Landroid/app/FragmentTransaction;", "GetSetTransitionStyle_IHandler")]
public abstract Android.App.FragmentTransaction? SetTransitionStyle(int styleRes);
[<Android.Runtime.Register("setTransitionStyle", "(I)Landroid/app/FragmentTransaction;", "GetSetTransitionStyle_IHandler")>]
abstract member SetTransitionStyle : int -> Android.App.FragmentTransaction

Parameters

styleRes
Int32

int

Returns

The same FragmentTransaction instance, allowing additional transaction operations to be chained.

Attributes

Remarks

Set a custom style resource that will be used for resolving transit animations.

Android reference for android.app.FragmentTransaction.setTransitionStyle.

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