Compose 加载 Drawable

331 阅读1分钟

官方提供库:

/*maven 查看最新版本*/
api group: 'com.google.accompanist', name: 'accompanist-drawablepainter', version: '0.30.0'
Image(painter = rememberDrawablePainter(drawable = appInfo.icon),
    contentDescription = "",
    modifier = Modifier.size(60.dp)
)