Colleagues, please advice how can I or remove these black lines which appears on ListView scrolling (see screenshot) either disable them?

Colleagues, please advice how can I or remove these black lines which appears on
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To do it dynamically use the method
.setVerticalFadingEdgeEnabled()Or, in your XML Layout you can use the tag
android:fadingEdge="none"(credit to nicky)