如何在iOS上更改ListView的背景颜色

时间:2019-04-08 12:37:22

标签: ios titanium appcelerator

我正在尝试更改ios上ListView项的backgorund颜色。

对于Android,我在index.tss中有此文件,并且工作正常:

'#ListView': { 
  top:'0%', 
  left:'0%',
  height:'100%',
  width:'98%',
  zIndex:1,
  backgroundImage: "/main.png",
  backgroundColor:'#2e2f30',
  borderColor:'transparent', 
  borderWidth:0, 
  borderRadius:0, 
  separatorColor:'#2d2f2f', 
  opacity:1

我在每个项目内部使用ImageView基本上只是创建并显示可滚动的图像列表。

在Android上,每行显示的图像完全完整,没有像iOS上图像周围的白色边框。

我要删除每行图像周围的白色背景。

Titanium SDK 8.0

致谢

1 个答案:

答案 0 :(得分:0)

对不起,答案太晚了。

感谢mukesh.kumar先生,我将项目设置为透明。

致谢