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 上的活动屏幕获取图标位置,我的意思是主屏幕,而不是菜单。 有谁知道如何检测Android中图标的大小和位置,有可能吗? 我找不到任何关于它的手册。
我想从 Android 上的活动屏幕获取图标位置,我的意思是主屏幕,而不是菜单。
Android中没有“主屏幕”的概念。
有谁知道如何检测Android中图标的大小和位置,有可能吗?
如果“图标”在您的活动中,找到ImageView显示图标的或其他小部件,您可以找出它的位置。
ImageView
如果“图标”在其他任何地方,您将无法找出存在哪些图标,更不用说它们在第三方应用程序或操作系统中的位置了。