标签: android android-layout relativelayout android-framelayout gesturedetector
在我的活动中有 FrameLayout 和 RelativeLayout ,两者都持有5 imageViews 。我在 FrameLayout 上实施了 GestureDetector 以检测双击,现在我想在上检测双击 RelativeLayout 并且还希望获取子 imageView的ID doubleTap 已完成。