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からそのままお試しいただけます。