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!
Asked
Active
Viewed 472 times
0
-
I don't think this is possible. But you can make a feature request for this. – inazaruk Jun 15 '11 at 15:07
2 Answers
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
-
that's sad, I expected the editor to be better... but thanks for your reply :-) – stefan.at.kotlin Jun 15 '11 at 18:53