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.
我正在开发一个 android 应用程序,它具有像 Tinder 这样的刷卡功能。在每张卡片中,我都有一个imageview,点击后会全屏打开。我的问题是当我尝试滑动时,图像视图将其视为单击事件并全屏打开图像。
imageview
我在imageview onclick刷卡适配器中有我的代码,在使用刷卡适配器的主要活动中有刷卡代码。如何限制子视图使用父事件?
onclick