making the edge of the scrollview fade when scrolling in android

Here is what worked for me:

<ScrollView
    android:requiresFadingEdge="vertical"
    android:fadingEdgeLength="150dp">

Or instead in your code, you could do the following:

ScrollView scroll = findById(...);
scroll.setVerticalFadingEdgeEnabled(true);
// Or `scroll.setHorizontalFadingEdgeEnabled(true)`.
scroll.setFadingEdgeLength(150);

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)