overscroll

How to change the color of overscroll edge and overscroll glow

Deadly 提交于 2019-11-27 17:09:43
问题 How to Change color of over-scroll edge and over-scroll glow or how to change the white color (default color) of android release 5.0 lollipop? 回答1: The overscroll glow color inherits the primary color value set by android:colorPrimary in your entire app. But If you need to specify different value simply use android:colorEdgeEffect . <style name="MyAppTheme" parent="***"> <item name="android:colorEdgeEffect">@color/my_color</item> </style> 回答2: On LOLLIPOP the edge glow inherits from