I have a long ListView with a white background (android:background="@android:color/white"
) and transparent cache color (android:cacheColorHint="#00000000"
). Two questions:
I am testing on a variety of devices. On older ones, the fade works fine. But on the newer ones, I am not seeing any fade at all, just a sharp cutoff. Why might that be and how do I fix it?
A lot of the times the elements in my list line up so that there is just enough whitespace at the bottom, that the fade doesn't reach the text and is not visible. Is there a way to make the fade cover more of the list?
Found my own answers:
android:requiresFadingEdge="vertical"
android:fadingEdgeLength="48dp"
EDIT: changing to dp instead of sp
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With