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.
デフォルトの速度は速すぎて、ユーザー エクスペリエンスに影響すると思います。
ギャラリーでは、onfling() をオーバーライドできます。viewpager での解決策は何ですか?
速度は画面密度によって決定され、プライベート変数です。それを変更する方法はありません。
解決策は、ViewPagerのソースをコピーして、独自のクラスを作成することです。その後、値を任意に変更できます。変数はmBaseLineFlingVelocityであり、の間に設定されinitViewPager()ます。
mBaseLineFlingVelocity
initViewPager()