ExpandableListView.SetChildIndicator(Drawable) メソッド

定義

子の横に描画するインジケーターを設定します。

[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

パラメーター

childIndicator
Drawable

インジケーターとして使用するドローアブル。 子がグループの最後の子である場合、状態 android.R.attr#state_last が設定されます。

属性

注釈

子の横に描画するインジケーターを設定します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象