Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要更改无法再滚动时出现的蓝色光晕的颜色。
如何在应用程序范围内更改它?
您需要以正确的颜色制作自己的过度滚动可绘制对象。您可以在此答案中查看如何设置可绘制对象。
蓝色发光是使用EdgeEffect 类创建的。有一个名为EdgeEffectOverride的第三方库,它允许您设置 ListView 和 ScrollView 的 EdgeEffects 样式,而无需创建任何自定义图像。