RemoteDrawable
fun RemoteDrawable(context: Context, uri: Uri, placeholder: Drawable? = null)
Content copied to clipboard
Parameters
context
The context used for downloading the drawable from the URI.
uri
The URI to download the drawable from.
placeholder
The drawable to show before the drawable from the URI has been downloaded.