Android.Widget.ExpandableListView.SetGroupIndicator Method
Sets the indicator to be drawn next to a group.

Syntax

[Android.Runtime.Register("setGroupIndicator", "(Landroid/graphics/drawable/Drawable;)V", "GetSetGroupIndicator_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetGroupIndicator (Android.Graphics.Drawables.Drawable groupIndicator)

Parameters

groupIndicator
The drawable to be used as an indicator. If the group is empty, the state NoType:android/R$attr;Href=../../../reference/android/R.attr.html#state_empty will be set. If the group is expanded, the state NoType:android/R$attr;Href=../../../reference/android/R.attr.html#state_expanded will be set.

Remarks

Sets the indicator to be drawn next to a group.

[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