as you know :
In Eclipse when F3 is pressed on a class, its declaration appears.
But if we press F3 on a resource, it opens the R.java and shows resource’s ID.
My questions is :
Is there a way to open the resource declaration in the xml file instead of R.java ?
(As on earlier versions of ADT plugin ?)
Press ctrl and then click on the name of resource it will prompt you to open that resource in related.xml file.
Other think could be as @Roman mentioned but that would not be good if you have same xml file in you project.