Android.Graphics.Drawables.LayerDrawable.FindDrawableByLayerId Method
Looks for a layer with the given ID and returns its Android.Graphics.Drawables.Drawable.

Syntax

[Android.Runtime.Register("findDrawableByLayerId", "(I)Landroid/graphics/drawable/Drawable;", "GetFindDrawableByLayerId_IHandler")]
public virtual Drawable FindDrawableByLayerId (int id)

Parameters

id
The layer ID to search for.

Returns

Documentation for this section has not yet been entered.

Remarks

Looks for a layer with the given ID and returns its Android.Graphics.Drawables.Drawable.

If multiple layers are found for the given ID, returns the Android.Graphics.Drawables.Drawable for the matching layer at the highest index.

[Android Documentation]

Requirements

Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1