有没有人有使用Jetpack Compose小部件Surface将xml形状显示为背景的解决方案?
我需要使用DrawImage,还是有一种更简单的方法?
在下面的示例中,我想将2.1.0-dev20191120
与一个名为1. Delete Node modules folder.
2. Open package.json in your project directory.
3. There replace 0.57.8 RN version with the latest version.
4. Save it and run npm install from terminal inside your project directory.
的xml文件交换,该文件实际上是使用Color.Blue
创建的渐变
side_nav_bar.xml
我想用作背景的xml:
<shape> </shape>
RG
答案 0 :(得分:0)
尝试此功能。我已解决问题。
inline fun Image(
asset: VectorAsset,
modifier: Modifier = Modifier,
alignment: Alignment = Alignment.Center,
contentScale: ContentScale = ContentScale.Inside,
alpha: Float = DefaultAlpha,
colorFilter: ColorFilter? = null
)