I'm using a vertical ScrollView in Android.
I need to add transparency on the top and the bottom of the ScrollView such that its contents appear disappear gradually.
Thanks.
You just need to add the attributes
android:requiresFadingEdge="vertical"
android:fadingEdgeLength="25dp"
Use the attribute android:fadingEdgeLength="15.5sp"
The length specified will be applied to both top and bottom of the ScrollView
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