Android.Widget.ExpandableListView.SetChildIndicator Method
Sets the indicator to be drawn next to a child.

Syntax

[Android.Runtime.Register("setChildIndicator", "(Landroid/graphics/drawable/Drawable;)V", "GetSetChildIndicator_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetChildIndicator (Android.Graphics.Drawables.Drawable childIndicator)

Parameters

childIndicator
The drawable to be used as an indicator. If the child is the last child for a group, the state NoType:android/R$attr;Href=../../../reference/android/R.attr.html#state_last will be set.

Remarks

Sets the indicator to be drawn next to a child.

[Android Documentation]

Requirements

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