- start
- Resource identifier of the start Drawable.
- top
- Resource identifier of the top Drawable.
- end
- Resource identifier of the end Drawable.
- bottom
- Resource identifier of the bottom Drawable.
Sets the Drawables (if any) to appear to the start of, above, to the end of, and below the text. Use 0 if you do not want a Drawable there. The Drawables' bounds will be set to their intrinsic bounds.
Calling this method will overwrite any Drawables previously set using TextView.SetCompoundDrawables(Android.Graphics.Drawables.Drawable, Android.Graphics.Drawables.Drawable, Android.Graphics.Drawables.Drawable, Android.Graphics.Drawables.Drawable) or related methods.