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

后端 未结 6 661
说谎
说谎 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:05

    i know i am too late, but this works for me for my app api >=17:

    
    
    
    

提交回复
热议问题