简体   繁体   中英

A black line on 9patch background when scroll on a listview

I have a problem with 9patch image. I using it as background of listview item. When I scroll listview, there are a black line on background (it is in red circle). When the listview is not scrolling, it's display well and has no black line.

Note: The big black bar is just use for censor my messages content.

我的9patch图片

滚动时

Try disable ListView fadingEdge:

<ListView android:fadingEdge="none" />

Check out this API to see how scrolling/fading works.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM