ExpandableListView.SetChildIndicator(Drawable) Metodo

Definizione

Imposta l'indicatore da disegnare accanto a un elemento figlio.

[Android.Runtime.Register("setChildIndicator", "(Landroid/graphics/drawable/Drawable;)V", "GetSetChildIndicator_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetChildIndicator(Android.Graphics.Drawables.Drawable? childIndicator);
[<Android.Runtime.Register("setChildIndicator", "(Landroid/graphics/drawable/Drawable;)V", "GetSetChildIndicator_Landroid_graphics_drawable_Drawable_Handler")>]
abstract member SetChildIndicator : Android.Graphics.Drawables.Drawable -> unit
override this.SetChildIndicator : Android.Graphics.Drawables.Drawable -> unit

Parametri

childIndicator
Drawable

Oggetto drawable da utilizzare come indicatore. Se l'elemento figlio è l'ultimo elemento figlio per un gruppo, lo stato android.R.attr#state_last verrà impostato.

Attributi

Commenti

Imposta l'indicatore da disegnare accanto a un elemento figlio.

per android.widget.ExpandableListView.setChildIndicator(android.graphics.drawable.Drawable).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a