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.
您可以为网格视图设置触摸侦听器 - setOnTouchListener. 覆盖方法onTouch并实现您的逻辑以显示/隐藏弹出窗口。
setOnTouchListener
onTouch
请记住,弹出窗口也可以是视图中的布局,您可以将其可见性从 更改GONE为VISIBLE,反之亦然。为了获得更好的结果,请使用动画(可能是淡入淡出 + 平移)。
GONE
VISIBLE