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.
我有一个视图组类,其中添加了几个视图。在所有这些视图之上,我想在屏幕上收到触摸的任何地方添加一个小圆圈。当手指从屏幕上移开时,这些圆圈也应该指示触摸的位置。我知道如何在扩展 View 的类中执行此操作,但如何在视图组中完成此操作而不影响屏幕上的任何其他视图?