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.
当我在它们上滑动手指时,我有六个水平的图像视图,没有按项目?当我在它们上滑动手指并执行它们的点击功能(如钢琴和吉他)时,我想按下所有这些按钮。当我们在屏幕上滑动手指时,所有钢琴按钮都被一一按下。
我假设您想在滑动其中任何一项时为所有项目调用单击。您可以在父对象上实现触摸侦听器(即 onTouch(View v, MotionEvent event)),侦听 ACTION_UP 并在此处调用您想要执行的代码。