In my application it has a listview and when I roll the scroll bar the background turns white, I wanted to leave it invisible, with no color leaving only the color that is already at the bottom of the application, does anyone know?
In my application it has a listview and when I roll the scroll bar the background turns white, I wanted to leave it invisible, with no color leaving only the color that is already at the bottom of the application, does anyone know?
You need to have in your XML the LisvView
parameter:
android:listSelector="@android:color/transparent"
and also the parameter:
android:cacheColorHint="@android:color/transparent"