ColorStateListDrawable Constructors

Definition

Overloads

ColorStateListDrawable()
ColorStateListDrawable(ColorStateList)
ColorStateListDrawable(IntPtr, JniHandleOwnership)

ColorStateListDrawable()

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=29)]
public ColorStateListDrawable ();
Attributes

Applies to

ColorStateListDrawable(ColorStateList)

[Android.Runtime.Register(".ctor", "(Landroid/content/res/ColorStateList;)V", "", ApiSince=29)]
public ColorStateListDrawable (Android.Content.Res.ColorStateList colorStateList);
[<Android.Runtime.Register(".ctor", "(Landroid/content/res/ColorStateList;)V", "", ApiSince=29)>]
new Android.Graphics.Drawables.ColorStateListDrawable : Android.Content.Res.ColorStateList -> Android.Graphics.Drawables.ColorStateListDrawable

Parameters

colorStateList
ColorStateList
Attributes

Applies to

ColorStateListDrawable(IntPtr, JniHandleOwnership)

protected ColorStateListDrawable (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Graphics.Drawables.ColorStateListDrawable : nativeint * Android.Runtime.JniHandleOwnership -> Android.Graphics.Drawables.ColorStateListDrawable

Parameters

javaReference
IntPtr

nativeint

Applies to