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.
我想删除 ScrollView 中的蓝色光芒并继续过度滚动,所以 overScrollMode="never" 不是一个选项。有什么办法可以在 API 10 上做到这一点?或者至少不高于14。
我认为你需要删除滚动视图的褪色边缘,据我所知,视图中有一个属性,即 setScrollbarFadingEnabled(boolean) 来启用或禁用褪色边缘。
您可以尝试一下,因为它是从 API 级别 5 开始的。