在 Android Studio 中,如何更改出现在滚动视图末尾的效果的颜色?
In Android Studio, how can I change the colour of the effect that appears at the end of a Scroll View?
如何更改滚动视图末尾出现的效果的颜色?
enter image description here
https://developer.android.com/reference/android/widget/ScrollView#setBottomEdgeEffectColor(int)
类似
scrollview.setBottomEdgeEffectColor(0xFF4CAF50);
如何更改滚动视图末尾出现的效果的颜色? enter image description here
https://developer.android.com/reference/android/widget/ScrollView#setBottomEdgeEffectColor(int)
类似
scrollview.setBottomEdgeEffectColor(0xFF4CAF50);