Make Listview background color invisible when using scrollbar

Asked

Viewed 201 times

1

In my application has a listview and when I roll the scroll bar the background turns white , wanted to make invisible , no color leave only the color that is already at the bottom of the application, someone knows?

Normal

Quando esta Rolando

  • And if you don’t roll the bottom is transparent?

  • and yes, the background of my application is blue and an image and it has a border , then when it rolls the background turns white and cover the border

  • print?

  • Look here I put the print

  • you have in your XML LisvView the parameter android:listSelector="@android:color/transparent"?

  • Try to add as well android:cacheColorHint="@android:color/transparent" and then say how it turned out

  • It worked , but it didn’t help much in one of my problems

  • Because it didn’t help ?

  • helped , more and that even invisible the background the list was getting over the edge but put an android:paddingBottom="50dp" and it worked. Thank you very much

Show 4 more comments

1 answer

0


You have to have it in your XML LisvView the parameter: android:listSelector="@android:color/transparent" and also the parameter: android:cacheColorHint="@android:color/transparent"

Browser other questions tagged

You are not signed in. Login or sign up in order to post.