Android.Widget.RemoteViews.SetTextViewCompoundDrawables Method
Equivalent to calling TextView.SetCompoundDrawablesWithIntrinsicBounds(int, System.Int32, System.Int32, System.Int32).

Syntax

[Android.Runtime.Register("setTextViewCompoundDrawables", "(IIIII)V", "GetSetTextViewCompoundDrawables_IIIIIHandler")]
public virtual void SetTextViewCompoundDrawables (int viewId, int left, int top, int right, int bottom)

Parameters

viewId
The id of the view whose text should change
left
The id of a drawable to place to the left of the text, or 0
top
The id of a drawable to place above the text, or 0
right
The id of a drawable to place to the right of the text, or 0
bottom
The id of a drawable to place below the text, or 0

Remarks

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16