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.
我的屏幕上有一个 ImageView 对象。当我点击它时,它会在气泡样式视图中显示信息。问题是图像视图非常薄而且很小,它不选择点击手势。关于如何提高灵敏度的任何建议?有什么解决办法吗?
您需要增加响应点击的屏幕区域的大小。因此,您可以使图像视图更大(但将内容模式设置为居中,这样图像就不会被拉伸)。