在Appcelerator中更改Android的Scroll View Indicator的颜色

时间:2016-04-05 03:10:33

标签: titanium appcelerator appcelerator-titanium appcelerator-alloy

我在控制器的XML文件中定义了滚动视图:

<ScrollView id="searchResultsContainer"/>

在TSS中,我将滚动条指示器显示为true:

"#searchResultsContainer":{
    backgroundColor: "#fff",
    layout: "vertical",
    width: "100%",
    top: "65dp",
    height: "400dp",
    showVerticalScrollIndicator: "true"
}

如何设置滚动条的颜色?它目前是灰色的,在灰色背景下不是很明显。

1 个答案:

答案 0 :(得分:0)

You can edit these properties,创建一个新的自定义主题,例如,您可以将它们设置为9补丁图片。