theme

open fun theme(theme: Theme): T

Sets the android.content.res.Resources.Theme to apply when loading Drawables for resource ids, including those provided via error, placeholder, and fallback.

The android.content.res.Resources.Theme provided here will override the of the application android.content.Context.

Return

this request builder.

Parameters

theme

The theme to use when loading Drawables.


open val theme: Theme