在codenameone容器中的两个图像之间添加空间

时间:2019-01-10 16:34:25

标签: codenameone

我正在尝试在容器中添加6张图像,但是两个图像之间的间隙很大,如下图所示。我尝试了这段代码。

sudo update-alternatives --install /usr/binpython3 python3 /usr/bin     /python3.6 1

sudo update-alternatives --install /usr/binpython3 python3 /usr/bin     /python3.7 2
sudo update-alternatives --configure python3

enter image description here

从图像中可以看到,两个图像之间的间隔太大,而这是从iPad上获得的,在Iphone上,我只能看到两个图像。同样在这种情况下,一个图像丢失。 那么,如何缩小两个图像之间的距离呢?任何对此的答案将是有帮助的。谢谢

1 个答案:

答案 0 :(得分:1)

我建议使用样式。

您还需要设置填充/边距单位,理想情况下,请使用毫米,并将数字设置为较低的值。例如。 var dlval = $('#workingMethod').children("option:selected").val(); $("#workingMethod").find("option:contains(dlval)").each(function() { if( $(this).val() == dlval) { $(this).attr("selected","selected"); } }); / setPaddingUnitsetMarginUnitStyle.UNIT_TYPE_PIXELS

一种更好的方法是使用gridlayout,它将均匀分布其中的组件。