在视图系统中,我们可以使用 @tools:sample/*
来显示占位符数据。
示例:
<ImageView
android:layout_width="match_parent"
android:layout_height="100dp"
tools:src="@tools:sample/backgrounds/scenic" />
使用此 Android Studio 将显示随机示例图像供我们预览。
我的问题是,我们如何在 Compose 中实现这一点?