0

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!

stefan.at.kotlin
  • 15,347
  • 38
  • 147
  • 270

2 Answers2

2

you can use the tool from the abd hierarchy

That gives you a grear overview of your UI application.

Dayerman
  • 3,973
  • 6
  • 38
  • 54
  • thank you, my layout isn't very omplex, so that's maybe overkill for my case. just sad, that the editor doesn't include this functionaity. thanks for your reply! – stefan.at.kotlin Jun 15 '11 at 18:54
1

You can switch to the XML Edit Window.

But I think that the right click on the view is the easiest way

dudeldidadum
  • 1,281
  • 17
  • 27