Compose基础 下雨天像 2022-03-23 101 阅读1分钟 Row:包裹内容,横向排列 Column:包裹内容,纵向排列 比如,显示一行文本,使用Text: Text(text = "hello compose") 预览效果如下\ Image用来加载一张图片