Window.SetChildDrawable(Int32, Drawable) Method

Definition

[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
drawable
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