Android.Widget.RemoteViews.SetTextViewCompoundDrawablesRelative Method
Equivalent to calling TextView.SetCompoundDrawablesRelativeWithIntrinsicBounds(int, System.Int32, System.Int32, System.Int32).

Syntax

[Android.Runtime.Register("setTextViewCompoundDrawablesRelative", "(IIIII)V", "GetSetTextViewCompoundDrawablesRelative_IIIIIHandler")]
public virtual void SetTextViewCompoundDrawablesRelative (int viewId, int start, int top, int end, int bottom)

Parameters

viewId
The id of the view whose text should change
start
The id of a drawable to place before the text (relative to the layout direction), or 0
top
The id of a drawable to place above the text, or 0
end
The id of a drawable to place after 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