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