【发布时间】:2021-08-24 12:41:43
【问题描述】:
代码如下:
<StackLayout class="m-t-10">
<Label text="Attached media" textWrap="true" class="p-10 h2 title-2"></Label>
<GridLayout rows="*, *, *" columns="*, *, *">
<Image col="0" row="0" src="res://img1" stretch="aspectFill" class="task-media"></Image>
<Image col="1" row="0" src="res://img1" stretch="aspectFill" class="task-media"></Image>
<Image col="2" row="0" src="res://img1" stretch="aspectFill" class="task-media"></Image>
</GridLayout>
</StackLayout>
我想在col 中的图像之间添加一个空格
Here is a sample output with the code above
感谢您的回答!
【问题讨论】:
标签: nativescript