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