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) 中的路径上有一个特定大小 X 的文本。如何检测文本区域是否被触摸?(蓝色区域)
亲切的问候
没有内置的 API。使用 OnTouchListener,你会得到 X/Y 坐标,你必须自己弄清楚。