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.
iOSのようなビューでファーストレスポンダーになるAndroidに対応するクラスまたはメソッドがあるかどうかを知りたいです。私の問題は、スクロール ビュー (f2) に属するスクロール可能な相対レイアウト (f1) があることです。f1 を下にスクロールしようとすると、f2 がスクロールします。何か案は?ありがとうございました
onTouchEvent() と onInterceptTouchEvent() を使用する必要があります。
http://developer.android.com/reference/android/view/ViewGroup.html#onInterceptTouchEvent(android.view.MotionEvent)