RemoteViews.SetTextViewCompoundDrawablesRelative メソッド

定義

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

[Android.Runtime.Register("setTextViewCompoundDrawablesRelative", "(IIIII)V", "GetSetTextViewCompoundDrawablesRelative_IIIIIHandler")]
public virtual void SetTextViewCompoundDrawablesRelative(int viewId, int start, int top, int end, int bottom);
[<Android.Runtime.Register("setTextViewCompoundDrawablesRelative", "(IIIII)V", "GetSetTextViewCompoundDrawablesRelative_IIIIIHandler")>]
abstract member SetTextViewCompoundDrawablesRelative : int * int * int * int * int -> unit
override this.SetTextViewCompoundDrawablesRelative : int * int * int * int * int -> unit

パラメーター

viewId
Int32

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

start
Int32

テキストの前に配置する描画可能な ID (レイアウトの方向を基準とする値) または 0

top
Int32

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

end
Int32

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

bottom
Int32

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

属性

注釈

Javaドキュメント。

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

適用対象