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.
アプリに年齢のレベルを示すシークバーがあります。そのシークバーをタッチすると、テキストビューの年齢が更新されますが、継続的にドラッグできず、ドラッグが停止します。すべての値について、タッチイベントを個別に作成する必要がありますが、継続的ではありません
最後に、それは動作します
holder.ageSeekbar.setFocusable(false);
シークバーのフォーカスを削除しました