Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 9patch 图像有疑问。我用它作为列表视图项目的背景。当我滚动列表视图时,背景上有一条黑线(它在红色圆圈中)。当列表视图不滚动时,它显示良好并且没有黑线。
注意:大黑条仅用于审查我的消息内容。
尝试禁用 ListView fadingEdge:
<ListView android:fadingEdge="none" />
查看此 API以了解滚动/淡入淡出的工作原理。