Android: refactoring XML files in Eclipse?

Is there a way to easily rename XML files in Eclipse during development for Android so that these changes are reflected in the source code?

Right-clicking on a file in the package view and selecting refactor-> rename changes the file name, but does not change the file links in the source .java files.

+5
source share
2 answers

I do not think that such a thing exists for the Android resource catalog, not to mention layouts. You must manually change the links.

+1
source

I understand this is an old post, but I tried to do the same and just came up with a solution for this in eclipse:

→ → ...

: Current.Style.Name

: New.Style.Name

! , , xml .

+2

All Articles