- 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
Equivalent to calling TextView.SetCompoundDrawablesRelativeWithIntrinsicBounds(int, System.Int32, System.Int32, System.Int32).