Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 Compose 与 AS Arctic Fox v2020.3.1 一起使用。当我更新代码时,预览不会实时呈现。如显示消息“预览已过期”,我必须单击“构建和刷新”。我希望它能够实时呈现 UI,类似于 XML 设计。
怎么做?
提前致谢。
AFAIK你不能。您可以编辑字符串值和某些其他值,例如填充 dp,但是在添加或删除元素时,您必须重新构建以查看更新的布局。