How to add a scrollview edge color effect in Android Lollipop?

后端 未结 6 665
说谎
说谎 2020-12-13 05:32

In my app I change the overscroll glow effect color like this:

int glowDrawableId = contexto.getResources().getIdentifier(\"overscroll_glow\", \"drawable\",          


        
6条回答
  •  不思量自难忘°
    2020-12-13 06:22

    In lollipop the overscroll effect color can be customized with the item style colorPrimary :

    
    

    This item also affect the color of the toolbar.

提交回复
热议问题