Eclipse Android GUI 编辑器:显示 ID?
我正在使用 eclipse(adt 插件)android gui 编辑器,我想知道如何一次显示单个视图的所有使用的 ID?目前,我通过右键单击并选择“编辑 ID”来查找它,是否有一种更简单的方法可以在显示编辑器时始终显示 ID?谢谢!
I am using the eclipse (adt plugin) android gui editor and I am wondering how one can display all the used IDs for the single views at once? Currently Iam looking it up by right clicking and choosing Edit ID, is there an easier way to just always show the IDs while the editor is displayed? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 abd hierarchy 中的工具
,它为您提供了UI 应用程序的全面概述。
you can use the tool from the abd hierarchy
That gives you a grear overview of your UI application.
您可以切换到 XML 编辑窗口。
但我认为右键单击视图是最简单的方法
You can switch to the XML Edit Window.
But I think that the right click on the view is the easiest way