Jetpack Compose 等效于 @tools:sample/* 资源

时间:2021-06-21 14:14:51

标签: android-jetpack-compose

在视图系统中,我们可以使用 @tools:sample/* 来显示占位符数据。

示例:

<ImageView
        android:layout_width="match_parent"
        android:layout_height="100dp"
        tools:src="@tools:sample/backgrounds/scenic" />

使用此 Android Studio 将显示随机示例图像供我们预览。

我的问题是,我们如何在 Compose 中实现这一点?

0 个答案:

没有答案