Search code examples
javaandroidandroid-5.0-lollipop

Android lollipop listview ending effect change color


How can i put and have this effect (the color of ending effects) that used in Android 5?

Which code should I use, and what's this name?


Solution

  • It's called the colorEdgeEffect.

    <style name="AppTheme" parent="android:Theme.Material.Light">
        <item name="android:colorEdgeEffect">#7b0</item>
    </style>