Window.SetChildDrawable(Int32, Drawable) Method

Definition

Associates a drawable with a window feature.

[Android.Runtime.Register("setChildDrawable", "(ILandroid/graphics/drawable/Drawable;)V", "GetSetChildDrawable_ILandroid_graphics_drawable_Drawable_Handler")]
public abstract void SetChildDrawable(int featureId, Android.Graphics.Drawables.Drawable? drawable);
[<Android.Runtime.Register("setChildDrawable", "(ILandroid/graphics/drawable/Drawable;)V", "GetSetChildDrawable_ILandroid_graphics_drawable_Drawable_Handler")>]
abstract member SetChildDrawable : int * Android.Graphics.Drawables.Drawable -> unit

Parameters

featureId
Int32

The System.Int32 value used for feature id.

drawable
Drawable

The Android.Graphics.Drawables.Drawable value used for drawable.

Attributes

Remarks

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