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.
SwipeRefreshLayoutクラスをカスタマイズせずにスワイプダウンでドラッグアニメーションを無効にすることは可能ですか?
SwipeRefreshLayout
スワイプを無効にする簡単な方法の 1 つは、同期をトリガーする距離を、到達するには高すぎる値に設定することです。
mSwipeLayout.setDistanceToTriggerSync(999999);