-
public final class DrawableResToImageResourceKt
-
-
Method Summary
Modifier and Type Method Description final static ResourceBuilders.ImageResourcedrawableResToImageResource(@DrawableRes() Integer id)Load a resource from the res/drawable* directories. -
-
Method Detail
-
drawableResToImageResource
final static ResourceBuilders.ImageResource drawableResToImageResource(@DrawableRes() Integer id)
Load a resource from the res/drawable* directories.
- Parameters:
id- the resource id.
-
-
-
-