- resId
- the resource identifier of the drawable
Sets a drawable as the content of this ImageView.
This does Bitmap reading and decoding on the UI thread, which can cause a latency hiccup. If that's a concern, consider using ImageView.SetImageDrawable(Android.Graphics.Drawables.Drawable) or ImageView.SetImageBitmap(Android.Graphics.Bitmap) and Android.Graphics.BitmapFactory instead.