In my app I change the overscroll glow effect color like this:
int glowDrawableId = contexto.getResources().getIdentifier(\"overscroll_glow\", \"drawable\",
In lollipop the overscroll effect color can be customized with the item style colorPrimary :
This item also affect the color of the toolbar.