我在控制器的XML文件中定义了滚动视图:
<ScrollView id="searchResultsContainer"/>
在TSS中,我将滚动条指示器显示为true:
"#searchResultsContainer":{
backgroundColor: "#fff",
layout: "vertical",
width: "100%",
top: "65dp",
height: "400dp",
showVerticalScrollIndicator: "true"
}
如何设置滚动条的颜色?它目前是灰色的,在灰色背景下不是很明显。