删除android gridview滚动结束突出显示

发布于 2024-11-25 03:50:22 字数 161 浏览 1 评论 0原文

滚动网格视图时,到达视图末尾后,会出现突出显示颜色,其强度取决于您拖动手指的距离。我的 atrix,这个颜色是浅蓝色。

我正在尝试去除这种颜色,但到目前为止尚未成功。我的 minSDK 是 2.2

澄清一下,我不是在谈论 gridview 的褪色边缘或单个项目的突出显示颜色。

When scrolling through a gridview, after hitting the end of the view, a highlight color appears with intensity based on how far you keep dragging your finger. An my atrix, this color is a light blue.

I'm trying to remove this color but have been unsuccessful thus far. My minSDK is 2.2

To clarify, I'm not talking about the faded edges of the gridview or the individual items highlight color.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

俯瞰星空 2024-12-02 03:50:22

使用 setOverScrollMode 方法或随附的 XML 属性 android:overScrollMode。您可以在布局中的滚动视图上设置 android:overScrollMode="never",而无需调用 API 9 (Android 2.3) 之前不存在的方法。

Use the setOverScrollMode method or the accompanying XML attribute, android:overScrollMode. You can set android:overScrollMode="never" on scrolling views in your layouts without having to call a method that did not exist before API 9 (Android 2.3).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文