言語

RemoteViews.SetTextViewCompoundDrawables メソッド

定義

TextView#setCompoundDrawablesWithIntrinsicBounds(int, int, int, int)を呼び出すことと同じです。

[Android.Runtime.Register("setTextViewCompoundDrawables", "(IIIII)V", "GetSetTextViewCompoundDrawables_IIIIIHandler")]
public virtual void SetTextViewCompoundDrawables(int viewId, int left, int top, int right, int bottom);
[<Android.Runtime.Register("setTextViewCompoundDrawables", "(IIIII)V", "GetSetTextViewCompoundDrawables_IIIIIHandler")>]
abstract member SetTextViewCompoundDrawables : int * int * int * int * int -> unit
override this.SetTextViewCompoundDrawables : int * int * int * int * int -> unit

パラメーター

viewId
Int32

テキストを変更するビューの ID

left
Int32

テキストの左側に配置する描画可能な ID、または 0

top
Int32

テキストの上に配置する描画可能な ID、または 0

right
Int32

テキストの右側に配置する描画可能な ID、または 0

bottom
Int32

テキストの下に配置する描画可能な ID、または 0

属性

注釈

Javaドキュメント。

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

適用対象