Android.Widget.RemoteViews.SetTextColor Method
Equivalent to calling TextView.SetTextColor(Android.Graphics.Color).

Syntax

[Android.Runtime.Register("setTextColor", "(II)V", "GetSetTextColor_IIHandler")]
public virtual void SetTextColor (int viewId, Android.Graphics.Color color)

Parameters

viewId
The id of the view whose text color should change
color
Sets the text color for all the states (normal, selected, focused) to be this color.

Remarks

Requirements

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