Equivalent to calling TextView.setText
Syntax
[Android.Runtime.Register("setTextViewText", "(ILjava/lang/CharSequence;)V", "GetSetTextViewText_ILjava_lang_CharSequence_Handler")]
public virtual
void SetTextViewText (
int viewId,
Java.Lang.ICharSequence text)
Parameters
- viewId
- The id of the view whose text should change
- text
- The new text for the view
Remarks
Requirements
Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1