Compose基础

101 阅读1分钟

Row:包裹内容,横向排列 Column:包裹内容,纵向排列

比如,显示一行文本,使用Text:

Text(text = "hello compose")

image.png 预览效果如下\

image.png

Image用来加载一张图片